TikTok Popular Creators API

Creative Center creator ranking API

Read public TikTok Creative Center creator rankings by country and page with follower and like signals.

1 CreditCost
Creative CenterSurface
Ranked CreatorsOutput

Quick Start

Get started with a simple API call.

const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/popular-creators', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
  "countryCode": "US",
  "page": 1
})
});

const { data } = await response.json();
console.log(data.items[0]?.username, data.items[0]?.followerCount);

Key Features

Everything you need for reliable tiktok popular creators workflows.

Creator Rankings

Return ranked creator rows with follower and like signals.

Market-specific Views

Read rankings across countries and ranking pages.

Profile Links

Each item includes the public creator profile URL for downstream joins.

How It Works

Get started in minutes with our simple API.

1

Get Your API Key

Sign up for free and get your API key instantly. No credit card required.

2

Make Your First Request

Use our simple REST API with your favorite programming language.

3

Get Structured Data

Receive clean JSON responses ready to use in your application.

API Response

Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.

  • Consistent JSON structure
  • Detailed timing metrics
  • Credit usage tracking
  • Error handling built-in
Response
{
  "success": true,
  "data": {
    "page": 1,
    "countryCode": "US",
    "items": [
      {
        "rank": 1,
        "userId": "682930192",
        "nickname": "Fit Coach Daily",
        "username": "fitcoachdaily",
        "profileUrl": "https://www.tiktok.com/@fitcoachdaily",
        "avatarUrl": "https://p16-sign.tiktokcdn.com/...",
        "followerCount": 248000,
        "likeCount": 3200000,
        "region": "US",
        "sampleVideos": []
      }
    ],
    "timing": {
      "total": 2522
    },
    "creditsUsed": 1,
    "creditsRemaining": 86
  }
}

Use Cases

Common applications for TikTok Popular Creators.

Influencer Sourcing

Find creators leading a market right now.

Competitive Mapping

Compare creator momentum across categories and geographies.

Benchmark Dashboards

Track ranked creator cohorts over time.

Frequently Asked Questions

Everything you need to know about the TikTok Popular Creators API.

No. This endpoint uses explicit filters only: countryCode and page.

This endpoint uses TikTok’s public Creative Center creator ranking pages.

Yes. Use page to move through the ranking pages.

TikTok Popular Creators uses 1 credit per request.

Start Using TikTok Popular Creators API Today

Get 100 free credits to test the API. No credit card required.