cURL
curl --request GET \ --url https://api.sociavault.com/v1/scrape/tiktok/demographics \ --header 'X-API-Key: <api-key>'
{ "success": true, "audienceLocations": [ { "country": "Mexico", "countryCode": "MX", "count": 83, "percentage": "15.96%" } ] }
Get the audience demographics of a TikTok user. Right now you can only get the audience countries. 🚨 Costs 26 credits per request.
Credit Cost: 26 credits per request
API key for authentication. Format: sk_live_xxxxxxxxxxxxx
sk_live_xxxxxxxxxxxxx
Get your API key from the Dashboard.
TikTok handle
"shakira"
Successful response
true
Show child attributes