Profile Region

Gets the region/country code for a TikTok profile.

1 creditper request
GET
/v1/tiktok/profile/region
curl "https://api.scrapecreators.com/v1/tiktok/profile/region" \
  -H "x-api-key: "
{
  "success": true,
  "credits": 100,
  "handle": "stoolpresidente",
  "profile_url": "https://www.tiktok.com/@stoolpresidente",
  "region": "US"
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

handle
string
required

TikTok handle

Example:
stoolpresidente