TikTok API

TikTok Audience demographics API

Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle.

POST/v1/run/tiktok.audience_demographics
Uptime
100.00%
30d · 7 calls
Requests
7
30d · weekly, last 12 wks
Response
8.1s
median · 30d

Try it

Make your first request

Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "data": {
    "audienceLocations": [
      {
        "count": 12500,
        "country": "US",
        "countryCode": "US",
        "percentage": "example"
      }
    ]
  },
  "found": true
}
Response interface
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 30d
POST /v1/run/tiktok.audience_demographics
curl -X POST https://api.getanyapi.com/v1/run/tiktok.audience_demographics \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"handle":"shakira"}'
FieldTypeExample value
Request body
handlestring"shakira"TikTok username without the leading @ (e.g. "shakira").
Response
dataobject
data.audienceLocationsobject[]
data.audienceLocations[].countinteger
data.audienceLocations[].countrystringPopulated whenever the provider has data for the entity.
data.audienceLocations[].countryCodestringPopulated whenever the provider has data for the entity.
data.audienceLocations[].percentagestringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.018
Price /1k reqUSD$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.

It costs from $18 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

Get the audience country breakdown (follower count and share per country) for a TikTok creator by handle. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

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. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.