Skip to main content

HypeAuditor API Field Extraction

Casing Convention

snake_case throughout all endpoints and response fields.

Identity & Profile

Field PathTypeDescription
idstringInternal HypeAuditor identifier
usernamestringPlatform handle (e.g., @mrbeast)
full_namestringDisplay name set by the creator
photo_urlstringProfile picture / avatar URL
aboutstringBio / description text
is_verifiedbooleanPlatform verification status
is_privatebooleanWhether account is private

Follower & Following Counts

Field PathTypeDescription
followers_countintegerTotal followers (Instagram/TikTok)
followings_countintegerTotal following count
subscribers_countintegerTotal subscribers (YouTube)
Note: HypeAuditor uses followers_count for Instagram/TikTok and subscribers_count for YouTube. Both terms coexist in the API depending on platform context.

Engagement Metrics

Field PathTypeDescription
erfloatEngagement rate (abbreviated)
er.avgfloatAverage engagement rate
avg_likesintegerAverage likes per post
avg_commentsintegerAverage comments per post

Content Metrics

Field PathTypeDescription
posts_countintegerTotal posts published
media_countintegerTotal media items
media_per_weekfloatAverage media published per week

Audience — Location

Field PathTypeDescription
audience_geography.countries[]arrayCountry-level audience distribution
audience_geography.countries[].namestringCountry display name (e.g., “United States”)
audience_geography.countries[].codestringCountry code
audience_geography.countries[].valuefloatShare of audience from this country

Audience — Gender

Field PathTypeDescription
demography[].genderstringGender identifier: “F” or “M”
demography[].valuefloatShare of audience for this gender

Audience — Age

Field PathTypeDescription
demography_by_age[].genderstringGender group
demography_by_age[].by_age_group[]arrayAge buckets within gender
demography_by_age[].by_age_group[].groupstringAge range label (e.g., “18-24”)
demography_by_age[].by_age_group[].valuefloatShare in this age range

Audience Authenticity

Field PathTypeDescription
audience_type.realfloatProportion of real/authentic followers
audience_type.suspfloatProportion of suspicious followers
audience_type.infsfloatProportion of influencer followers
audience_type.massfloatProportion of mass-follower accounts

Growth Metrics

Field PathTypeDescription
subscribers_growth_prc.performance.7d.valuefloat7-day subscriber growth rate
subscribers_growth_prc.performance.30d.valuefloat30-day subscriber growth rate
subscribers_growth_prc.performance.90d.valuefloat90-day subscriber growth rate
subscribers_growth_prc.performance.180d.valuefloat180-day subscriber growth rate
subscribers_growth_prc.performance.365d.valuefloat365-day subscriber growth rate

Pricing / Estimated Rates

Field PathTypeDescription
blogger_prices.post_pricefloatEstimated price per post
blogger_prices.cpmfloatEstimated CPM (cost per mille)
blogger_prices.cpefloatEstimated CPE (cost per engagement)

Rankings

Field PathTypeDescription
blogger_rankings.worldwide.rankintegerGlobal ranking position
blogger_rankings.countries[].rankintegerCountry-level ranking position

Brand Safety

Field PathTypeDescription
brand_safety.scorefloatBrand safety score

Sponsorship / Advertising

Field PathTypeDescription
advertising_data.avg_ad_erfloatAverage engagement rate on sponsored content
advertising_data.brand_mentions[].usernamestringBrand handles mentioned in sponsored content

Contact

Field PathTypeDescription
contact_details.emails[]arrayEmail addresses
contact_details.phones[]arrayPhone numbers
Last modified on March 25, 2026