TikTok · Guide

How to get TikTok popular creators

TL;DR
To get TikTok popular creators, sign up for a free Captapi key, then send one GET request to /v1/tiktok/popular-creators with your input. You get clean JSON back in seconds for 2 credits per call — no OAuth, scraping or platform SDKs. Creative Center creators + createTime / bioLinkRisk / ttSeller hydrate for partnership vetting.

How to get TikTok popular creators (step by step)

  1. 1

    Get a free API key

    Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.

  2. 2

    Call the TikTok Popular Creators API

    Send an authenticated GET request to /v1/tiktok/popular-creators with your input. No OAuth, no scraping setup.

  3. 3

    Read the JSON response

    Parse the clean JSON response. Pass cache=true for a free 24h cache hit; default is always fresh.

Code example

curl "https://api.captapi.com/v1/tiktok/popular-creators" \
  -H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."

What the response looks like

{
  "success": true,
  "data": {
    "platform": "tiktok",
    "country": "US",
    "sort": "follower",
    "totalReturned": 2,
    "creators": [
      {
        "username": "katseyeworld",
        "displayName": "KATSEYE",
        "url": "https://www.tiktok.com/@katseyeworld",
        "bio": "welcome to KATSEYE world 🌐\nAnimal out now\nWILD out august 14",
        "followers": 19507494,
        "engagementRate": 4.1314,
        "likes": 1053364775,
        "videos": 1307,
        "verified": true,
        "profileImage": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/fc2aacc9ec77e5e3290fbfda46e40cd2~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=fdad94e0&x-expires=1785409200&x-signature=jNHL5Y3uuYeocjKv709yl4MyWG8%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
        "rank": 1,
        "engagementRateBasis": "avgLikesPerVideo/followers",
        "region": null,
        "avgViews": null
      },
      {
        "username": "samaraispinkk",
        "displayName": "Secret",
        "url": "https://www.tiktok.com/@samaraispinkk",
        "bio": "I am pink diva mermaid queen and Samara \n💌- Samara@tiddle.io\nSnap is lit",
        "followers": 6173962,
        "engagementRate": 6.5222,
        "likes": 548849706,
        "videos": 1363,
        "verified": false,
        "profileImage": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/a5efb96291b21db624033e417de1efc9~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=0982d22c&x-expires=1785409200&x-signature=Wu213hPipMQFhk3VhLFyRMdq7D4%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
        "rank": 2,
        "engagementRateBasis": "avgLikesPerVideo/followers",
        "region": null,
        "avgViews": null,
        "contact": {
          "emails": [
            "Samara@tiddle.io"
          ],
          "links": []
        }
      }
    ]
  }
}

Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.

Request parameters

NameTypeRequiredDescription
countrystringNoTwo-letter ISO country code. Default US.
sortstringNofollower, engagement, or popularity. Default follower.
pageintegerNoCreative Center page (default 1).
follower_countstringNoOptional range on FYP/Apify fallthrough: 10k-100k, 100k-1m, 1m-10m, >10m.
limitintegerNoMax items to return (default 20, max 100). Flat 2 credits per call.
cachebooleanNoSet true to serve from the response cache (default TTL). Default false — always fetch fresh. Prefer cacheMaxAge when you need 1d–30d freshness control.
cacheMaxAgestringNoMax age of a cached response: 1d, 3d, 7d, 14d, or 30d. When set, enables caching with that TTL.

Frequently asked questions

What does the TikTok Popular Creators API do?

The TikTok Popular Creators API lets you list items in bulk with metadata from a public TikTok popular creators using one GET request to /v1/tiktok/popular-creators. It returns clean JSON — no OAuth or infrastructure setup required.

How many credits does the TikTok Popular Creators API cost?

Each successful call costs 2 credits. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. 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, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.

Can I vet creators for bots / fake growth?

Yes. Each creator is profile-hydrated with createTime / createTimeUnix (account age), bioLinkRisk (TikTok's link risk score), and ttSeller. A high-follower account with a very recent createTime is the classic red flag. contact{emails,links} is filled when the bio exposes outreach channels.

Is the TikTok Popular Creators API suitable for production use?

Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h cache (0 credits on hit); default is always fresh. Selected profile endpoints also accept cacheMaxAge=1d|3d|7d|14d|30d. Use it for analytics, monitoring, and content automation.

Ready to get TikTok popular creators?

Start free with 100 credits — no credit card required.

Get your free API key