Better Fetch
TikTokAvailable now

TikTok Audience demographics

Audience demographics from public TikTok surfaces, returned as structured data for agents, research, and monitoring workflows.

Runnable Better Fetch operation

This capability runs through tiktok_scraper and returns normalized JSON through the tool workspace, REST runner, or MCP.

Samples public followers and counts only countries explicitly self-declared in bios by supported country name or flag. It reports sample coverage and representative=false; it is not TikTok private audience analytics and never infers country from language, city, IP, or video region.

REST

curl -sS -X POST "https://betterfetch.co/api/tools/tiktok_scraper/run" \
  -H "Authorization: Bearer bf_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"input": {"mode":"audience_demographics","username":"openai","sample_size":50}}'

MCP

1. Call search_tools for "TikTok Audience demographics"
2. Call run_tool with:
   name: "tiktok_scraper"
   input: {
  "mode": "audience_demographics",
  "username": "openai",
  "sample_size": 50
}