TikTok
GET /v1/tiktok/audience-demographics

TikTok Audience Demographics API

Fetch TikTok profile data — follower counts, bio, verification, and stats.

TL;DR
The TikTok Audience Demographics API (TikTok) returns fetch TikTok profile data — follower counts, bio, verification, and stats. It's a single authenticated GET request to /v1/tiktok/audience-demographics that responds with clean JSON, costs 7 credits, and is cached for 24 hours (repeat calls are free). Start with 100 free credits — no credit card.

What is the TikTok Audience Demographics API?

The TikTok Audience Demographics API lets you fetch profile/channel details and audience stats from TikTok with a single REST call. No OAuth, no scraping infrastructure, and no platform SDKs — send the URL, get clean structured JSON back. Results are cached for 24 hours, so repeat lookups are instant and free.

What you get

  • Display name, handle, bio, and avatar
  • Follower / subscriber and content counts
  • Verification status and external links
  • Aggregate engagement signals

Try it

Fill in the parameters below and copy a ready-to-run request in your language of choice.

Parameters

curl "https://api.captapi.com/v1/tiktok/audience-demographics?url=https%3A%2F%2Fwww.tiktok.com%2F%40khaby.lame" \
  -H "Authorization: Bearer capt_live_..."

Edit the parameters and the code updates instantly. Switch languages and hit copy.

Example response

{
  "success": true,
  "cached": false,
  "creditsUsed": 7,
  "data": {
    "handle": "@creator",
    "name": "Creator",
    "followers": 1280000,
    "posts": 412,
    "verified": true,
    "bio": "Building in public."
  }
}

Response structure

A successful call returns success, cached, creditsUsed, and a data object with the following fields:

Profile

  • handleProfile / channel handle.
  • nameDisplay name.
  • bioProfile bio or description.
  • verifiedWhether the account is verified.

Stats

  • followersFollower / subscriber count.
  • postsTotal number of posts / videos.

Parameters

NameTypeRequiredDescription
urlstringYesTikTok profile URL, e.g. https://tiktok.com/@username.

Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs 7 credits. Repeat calls for the same request are served from cache for free.

Using an AI agent? This endpoint is the MCP tool tiktok_audience_demographics via @captapi/mcp. Set it up →

How it works

  1. 1. Sign up — get 100 free credits, no card required.
  2. 2. Create a key from your dashboard.
  3. 3. Send one request to /v1/tiktok/audience-demographics and parse the JSON response.

Use cases

Influencer Discovery

Find and vet creators by audience size.

CRM Enrichment

Add social stats to your contact profiles.

Competitive Analysis

Track follower growth and posting cadence.

Outreach

Qualify partnership and sponsorship targets.

Frequently asked questions

What does the TikTok Audience Demographics API do?+

The TikTok Audience Demographics API lets you fetch profile/channel details and audience stats from a public TikTok profile using one GET request to /v1/tiktok/audience-demographics. It returns clean JSON — no OAuth or scraping setup required.

How many credits does the TikTok Audience Demographics API cost?+

Each successful call costs 7 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.

Do I need a TikTok API key or OAuth?+

No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, and Rumble. We handle proxies, rate limits, retries, and authentication for you.

Is the TikTok Audience Demographics API suitable for production use?+

Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.

More TikTok APIs

Ready to use the TikTok Audience Demographics API?

Sign up, grab your key, and make your first call in 60 seconds.