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
{
"results": [
],
"video_id": "7333344455566677000",
"count": 30,
"cursor": 0,
"sort": "top"
}
GET
/v1/data/tiktok/videos/{video_id}/comments1 credit / run VerifiedVideo Comments
Top-level comments on a video.
Handled for you:Rate LimitTLS FingerprintCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| video_id | string | yes | Video 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) |
| sort | string | no | Comment ordering: top (most liked) or newest. (default: top) |
| region | string | no | Region code. (default: us) |