No. This endpoint uses explicit filters only: countryCode and page.
Creative Center creator ranking API
Read public TikTok Creative Center creator rankings by country and page with follower and like signals.
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);Everything you need for reliable tiktok popular creators workflows.
Return ranked creator rows with follower and like signals.
Read rankings across countries and ranking pages.
Each item includes the public creator profile URL for downstream joins.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"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
}
}Common applications for TikTok Popular Creators.
Find creators leading a market right now.
Compare creator momentum across categories and geographies.
Track ranked creator cohorts over time.
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.
Get 100 free credits to test the API. No credit card required.