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
{
"query": "cooking",
"results": [
{
"id": "7333344455566677000",
"desc": "3-ingredient pasta #cooking #easyrecipe",
"author": "chefmarco",
"author_avatar": "https://images.unsplash.com/photo-1607631568010-a87245c0daf8?w=100&h=100&fit=crop&q=80",
"cover": "https://images.unsplash.com/photo-1512621776951-a57141f2eefd?w=600&h=1067&fit=crop&q=80",
"duration": 42,
"create_time": 1751328000,
"plays": 1500000,
"likes": 210000,
"comments": 3100,
"shares": 18000,
"music": "original sound - chefmarco",
"url": "https://www.tiktok.com/@chefmarco/video/7333344455566677000"
},
{
"id": "7333344455566677001",
"desc": "10-min garlic butter shrimp 🦐 #cooking",
"author": "kitchenkate",
"author_avatar": "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=100&h=100&fit=crop&q=80",
"cover": "https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=600&h=1067&fit=crop&q=80",
"duration": 31,
"create_time": 1751241600,
"plays": 892000,
"likes": 154000,
"comments": 2200,
"shares": 9800,
"music": "cooking vibes - lofi",
"url": "https://www.tiktok.com/@kitchenkate/video/7333344455566677001"
},
{
"id": "7333344455566677002",
"desc": "fluffy pancakes every time 🥞 #breakfast",
"author": "brunchbabe",
"author_avatar": "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&h=100&fit=crop&q=80",
"cover": "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?w=600&h=1067&fit=crop&q=80",
"duration": 58,
"create_time": 1751155200,
"plays": 3400000,
"likes": 512000,
"comments": 8400,
"shares": 41000,
"music": "morning - the sunrise",
"url": "https://www.tiktok.com/@brunchbabe/video/7333344455566677002"
},
{
"id": "7333344455566677003",
"desc": "homemade pizza dough hack 🍕 #cooking",
"author": "doughboy",
"author_avatar": "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&h=100&fit=crop&q=80",
"cover": "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?w=600&h=1067&fit=crop&q=80",
"duration": 47,
"create_time": 1751068800,
"plays": 2100000,
"likes": 330000,
"comments": 5100,
"shares": 22000,
"music": "italian kitchen - vibes",
"url": "https://www.tiktok.com/@doughboy/video/7333344455566677003"
}
]
}
GET
/v1/data/tiktok/search/videos1 credit / run VerifiedSearch Videos
Search for videos by keyword.
Handled for you:Rate LimitTLS FingerprintCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search keyword. |
| Advanced filters | |||
| sort_by | string | no | Result ordering: relevance, most_liked, newest. (default: relevance) |
| upload_date | string | no | Restrict to videos uploaded within this window. (default: all) |
| count | integer | no | Items to return per page (1 to 50). (default: 20) |
| cursor | integer | no | Pagination offset; pass the prior nextCursor to page. (default: 0) |
| region | string | no | Region code. (default: us) |