# TikTok User Audience API (https://www.socialcrawl.dev/platforms/tiktok/user-audience) > Returns audience demographic data for a TikTok creator including age distribution, gender split, and top countries. TL;DR: `GET /v1/tiktok/user/audience` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `handle` | yes | TikTok username without the @ symbol | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tiktok/user/audience?handle=charlidamelio" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get TikTok audience demographics with an API? Send a GET request to /v1/tiktok/user/audience with the handle parameter (no @ symbol). SocialCrawl returns audience age distribution, gender split, and top countries for that creator in a unified analytics schema. ### What audience fields does the endpoint return? The response includes age_distribution (percentages across age buckets), gender_split (male/female/other percentages), and top_countries (ranked list of countries with percentage share of the follower base). ### Which TikTok creators have audience data available? Audience demographics are available for creators with public insights enabled — typically larger creators with business or pro accounts. Smaller or private accounts may return limited or empty demographics. ### How fresh is the TikTok audience data? Data reflects TikTok's most recent audience insights published for the creator. Responses are cached in the analytics category so repeat calls for the same handle stay fast and cost-efficient. ### How much does the TikTok Audience API cost? Each request costs 5 credits on the advanced tier because audience analytics are premium data. New accounts get 100 free credits with no credit card required. See the full TikTok API: https://www.socialcrawl.dev/platforms/tiktok ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to get TikTok audience demographics with the SocialCrawl API - What does the SocialCrawl TikTok Audience endpoint return?