Send a numeric clip ID or a TikTok music URL.
Videos associated with a TikTok sound
Fetch normalized TikTok posts that use a specific sound or clip ID with cursor pagination.
Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/tiktok/song-videos', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
"clipId": "7016547803243027205",
"cursor": 0,
"options": {
"timeout": 30000
}
})
});
const { data } = await response.json();
console.log(data.posts.length, data.pagination.hasMore);Everything you need for reliable tiktok song videos workflows.
Move from a clip ID to the public videos using that sound.
Results come back as the same post objects used by other TikTok content endpoints.
Page through associated sound usage over multiple requests.
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": {
"clipId": "7016547803243027205",
"posts": [
{
"id": "749201930555",
"postUrl": "https://www.tiktok.com/@fitchef/video/749201930555",
"description": "Meal prep with trending sound.",
"mediaType": "video"
}
],
"pagination": {
"cursor": 12,
"hasMore": true
},
"timing": {
"total": 2863
},
"creditsUsed": 1,
"creditsRemaining": 89
}
}Common applications for TikTok Song Videos.
Measure which public posts are using a sound over time.
Compare how different creators apply the same soundtrack.
Seed further analysis from a sound-first perspective.
Everything you need to know about the TikTok Song Videos API.
Send a numeric clip ID or a TikTok music URL.
Yes. Use pagination.cursor to continue the sound feed.
TikTok Song Videos uses 1 credit per request.
Get 100 free credits to test the API. No credit card required.