Get audience location demographics for a TikTok profile by handle.
Endpoint
/v1/tiktok/profiles/{handle}/audience
Path
TikTok handle to look up, with or without a leading @.
const response = await fetch( "https://api.socialfetch.dev/v1/tiktok/profiles/charlidamelio/audience", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);