All sites
Data API
TikTok Data API
Videos, profiles, hashtags and search from TikTok.
22endpointsRate Limit · TLS Fingerprint · Captcha handled for you
Example (captured live)
tiktok.com
ExampleJSON responseclick the page to trace a field
{
"music_id": "6745191504817506000",
"results": [
{
"id": "7322233344455566000",
"desc": "my summer recap #summernights",
"author": "traveldaily",
"author_avatar": "https://images.unsplash.com/photo-1502685104226-ee32379fefbe?w=100&h=100&fit=crop&q=80",
"cover": "https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=600&h=1067&fit=crop&q=80",
"duration": 45,
"create_time": 1749556800,
"plays": 890000,
"likes": 142000,
"comments": 1800,
"shares": 9600,
"music": "Summer Nights - The Waves",
"url": "https://www.tiktok.com/@traveldaily/video/7322233344455566000"
},
{
"id": "7322233344455566010",
"desc": "beach day with this sound ☀️ #summer",
"author": "coastvibes",
"author_avatar": "https://images.unsplash.com/photo-1524504388940-b1c1722653e1?w=100&h=100&fit=crop&q=80",
"cover": "https://images.unsplash.com/photo-1505118380757-91f5f5632de0?w=600&h=1067&fit=crop&q=80",
"duration": 22,
"create_time": 1749470400,
"plays": 1300000,
"likes": 198000,
"comments": 2400,
"shares": 12000,
"music": "Summer Nights - The Waves",
"url": "https://www.tiktok.com/@coastvibes/video/7322233344455566010"
}
]
}
GET
/v1/data/tiktok/music/{music_id}/videos1 credit / run VerifiedMusic Videos
Videos using a particular sound.
Handled for you:Rate LimitTLS FingerprintCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| music_id | string | yes | Music id. |
| Advanced filters | |||
| count | integer | no | Items to return per page (1 to 50). (default: 30) |
| cursor | integer | no | Pagination offset; pass the prior nextCursor to page. (default: 0) |
| region | string | no | Region code. (default: us) |