# TikTok Profile Region API (https://www.socialcrawl.dev/platforms/tiktok/profile-region) > Returns the ISO 3166-1 alpha-2 region code for a public TikTok profile (e.g. `US` for United States, `MX` for Mexico). Useful for routing region-locked workflows and deduplicating profiles by country. TL;DR: `GET /v1/tiktok/profile/region` costs 1 credit 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/profile/region?handle=stoolpresidente" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get a TikTok profile's region with an API? Send a GET request to /v1/tiktok/profile/region with the handle parameter (no @ symbol). SocialCrawl returns the ISO 3166-1 alpha-2 region code for that public profile, like US or MX. ### What format is the region code returned in? An ISO 3166-1 alpha-2 country code — the two-letter standard like US for United States, MX for Mexico, or KR for South Korea — easy to feed into any geo-routing logic. ### What can I use the TikTok profile region for? Routing region-locked workflows, segmenting creator lists by market, and deduplicating profiles by country when the same brand runs multiple regional accounts. ### How much does the Profile Region API cost? Each request costs 1 credit on the standard tier. New accounts get 100 free credits with no credit card required, so you can resolve around 100 profile regions for free. ### Does the region endpoint work for private profiles? No — like the rest of SocialCrawl, it reads only publicly visible data. The handle must belong to a public TikTok profile. 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 a TikTok profile's country code with the SocialCrawl API - What does the SocialCrawl TikTok Profile Region endpoint return?