TikTok Audience demographics API
Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"data": {
"audienceLocations": [
{
"count": 12500,
"country": "US",
"countryCode": "US",
"percentage": "example"
}
]
},
"found": true
}interface TiktokAudienceDemographicsResponse {
data: {
audienceLocations: {
count: number;
country: string;
countryCode: string;
percentage: string;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/tiktok.audience_demographics \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"handle":"shakira"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| handle | string | "shakira"TikTok username without the leading @ (e.g. "shakira"). |
| Response | ||
| data | object | |
| data.audienceLocations | object[] | |
| data.audienceLocations[].count | integer | |
| data.audienceLocations[].country | string | Populated whenever the provider has data for the entity. |
| data.audienceLocations[].countryCode | string | Populated whenever the provider has data for the entity. |
| data.audienceLocations[].percentage | string | Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.018 |
| Price /1k req | USD | $18.00 |
FAQ
About the TikTok Audience demographics API
The AnyAPI TikTok Audience demographics API returns TikTok audience demographics data as normalized JSON from one POST call to /v1/run/tiktok.audience_demographics. Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $18 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of TikTok audience demographics calls through AnyAPI succeeded, with a median response time of 8.1 seconds across 7 measured calls.