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 ~28 credits (1.4/result) per call — no OAuth, scraping or platform SDKs. Discover popular TikTok creators — handle, follower count, and profile fields for each account.

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?country=US" \
  -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": 5,
    "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": 53.998,
        "likes": 1053364775,
        "videos": 1307,
        "country": "US",
        "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
      },
      {
        "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": 88.8975,
        "likes": 548849706,
        "videos": 1363,
        "country": "US",
        "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
      },
      {
        "username": "nicolas_williams9",
        "displayName": "Nicolas_williams9",
        "url": "https://www.tiktok.com/@nicolas_williams9",
        "bio": "Jugador del Athletic club",
        "followers": 6002719,
        "engagementRate": 6.9181,
        "likes": 41527477,
        "videos": 55,
        "country": "US",
        "verified": true,
        "profileImage": "https://p19-common-sign.tiktokcdn-us.com/tos-useast2a-avt-0068-euttp/afecca7121de81afa7afa9f9016d46cf~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=b3e28c5f&x-expires=1785409200&x-signature=kvobRyEykA4%2Fc%2BECKgkfPI6egqU%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
        "rank": 3
      },
      {
        "username": "veranda_main",
        "displayName": "ВЕРАНДА🚀",
        "url": "https://www.tiktok.com/@veranda_main",
        "bio": "Thanks for 2.5 million🚀 \n\nSt.Pb—Sevas\n\nInstagram @veranda_main🥰",
        "followers": 2488445,
        "engagementRate": 13.9131,
        "likes": 34621936,
        "videos": 1030,
        "country": "US",
        "verified": false,
        "profileImage": "https://p16-common-sign.tiktokcdn-us.com/tos-maliva-avt-0068/38958cfd6c3f995abb18f122f769c620~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=709d2611&x-expires=1785409200&x-signature=r%2BV%2FYznWjwe%2BjO19qu%2F86GpiVxw%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
        "rank": 4
      },
      {
        "username": "chat_n_chops",
        "displayName": "Chef Moe",
        "url": "https://www.tiktok.com/@chat_n_chops",
        "bio": "Cash App $chefmoe83\nPayPal.me/chatnchops\nBusiness: chefmoe83@gmail.com",
        "followers": 2367774,
        "engagementRate": 9.9571,
        "likes": 23576279,
        "videos": 632,
        "country": "US",
        "verified": false,
        "profileImage": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/d740219a74dc104924840c795818067f~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=3e8c1ddd&x-expires=1785409200&x-signature=2KG%2Bra5PekZo0e3dN%2F70gv%2BCLPk%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=useast8",
        "rank": 5
      }
    ]
  }
}

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.
follower_countstringNoOptional range: 10k-100k, 100k-1m, 1m-10m, >10m.
limitintegerNoMax items to return (default 20, max 100). Billed per result.
cachebooleanNoSet true to serve from the 24h response cache. Default false — always fetch fresh data.

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?

At the default limit this endpoint costs 28 credits (1.4 per result). Billing scales with how many results you request. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. 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.

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 shared cache (0 credits on hit); default is always fresh. 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