TikTok API

TikTok Profile region API

Resolve the home region (country) of a TikTok creator by handle.

POST/v1/run/tiktok.profile_region
Uptime
100.00%
30d · 3 calls
Requests
3
30d
Response
3.0s
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": {
    "handle": "alex_rivera",
    "profileUrl": "https://example.com/page",
    "region": "CA"
  },
  "found": true
}
Response interface
interface TiktokProfileRegionResponse {
  data: {
    handle: string;
    profileUrl: string;
    region: 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.profile_region
curl -X POST https://api.getanyapi.com/v1/run/tiktok.profile_region \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"handle":"stoolpresidente"}'
FieldTypeExample value
Request body
handlestring"stoolpresidente"TikTok username without the leading @ (e.g. "stoolpresidente").
Response
dataobject
data.handlestringPopulated whenever the provider has data for the entity.
data.profileUrlstringPopulated whenever the provider has data for the entity.
data.regionstringPopulated whenever the provider has data for the entity.
foundboolean
Price
Price per requestUSD$0.0012
Price /1k reqUSD$1.20

FAQ

About the TikTok Profile region API

The AnyAPI TikTok Profile region API returns TikTok profile region data as normalized JSON from one POST call to /v1/run/tiktok.profile_region. Resolve the home region (country) of a TikTok creator by handle. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of TikTok profile region calls through AnyAPI succeeded, with a median response time of 3.0 seconds across 3 measured calls.

It costs from $1.20 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.

Resolve the home region (country) of 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 profile region calls through AnyAPI succeeded, with a median response time of 3.0 seconds across 3 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.