No. This endpoint uses explicit filters only: countryCode, period, and page.
Creative Center video ranking API
Read public TikTok Creative Center video rankings by country, period, and page for trend discovery and benchmarking.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/popular-videos', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"countryCode": "US",
"period": "7",
"page": 1
})
});
const { data } = await response.json();
console.log(data.items[0]?.url, data.items[0]?.title);Everything you need for reliable tiktok popular videos workflows.
Return Creative Center’s ranked video rows with URLs and metadata.
Includes author, duration, and hashtag lists for each ranking item.
Filter by country, period, and ranking page.
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,
"period": "7",
"countryCode": "US",
"items": [
{
"rank": 1,
"itemId": "749001930120",
"url": "https://www.tiktok.com/@fitcoachdaily/video/749001930120",
"title": "The easiest high-protein breakfast.",
"coverUrl": "https://p16-sign.tiktokcdn.com/...",
"authorName": "Fit Coach Daily",
"region": "US",
"duration": 27,
"hashtags": [
"fitness",
"protein"
]
}
],
"timing": {
"total": 2498
},
"creditsUsed": 1,
"creditsRemaining": 85
}
}Common applications for TikTok Popular Videos.
Surface highly ranked public videos in a market.
Compare titles, formats, and duration patterns among ranked videos.
Seed watchlists from the most visible ranked items.
Everything you need to know about the TikTok Popular Videos API.
No. This endpoint uses explicit filters only: countryCode, period, and page.
It returns ranking metadata and URLs. Use TikTok Post for a single post’s full normalized detail.
Send countryCode, period, and page.
TikTok Popular Videos uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.