No. This endpoint has no primary query input. Send countryCode, period, and page as explicit parameters.
Creative Center song ranking API
Read public TikTok Creative Center song rankings by country, period, and page for audio trend research.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/popular-songs', {
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]?.title, data.items[0]?.videoCount);Everything you need for reliable tiktok popular songs workflows.
Query rankings by country code and rolling time window.
Returns clipId, title, author, trend line, and video counts.
Built from TikTok’s public Creative Center ranking pages.
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,
"clipId": "749001920120",
"title": "Original sound - fitchef",
"author": "fitchef",
"musicUrl": "https://www.tiktok.com/music/original-sound-749001920120",
"coverUrl": "https://p16-sign.tiktokcdn.com/...",
"videoCount": 12840,
"trend": [
12,
19,
27
],
"relatedItems": []
}
],
"timing": {
"total": 2570
},
"creditsUsed": 1,
"creditsRemaining": 87
}
}Common applications for TikTok Popular Songs.
Track which sounds are climbing in a market.
Source sounds before ideation or campaign production.
Compare ranked sounds across countries and time windows.
Everything you need to know about the TikTok Popular Songs API.
No. This endpoint has no primary query input. Send countryCode, period, and page as explicit parameters.
Use 1, 7, 30, or 120 depending on the time window you want.
Yes. Send a two-letter countryCode such as US, TR, or GB.
TikTok Popular Songs uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.