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": [
],
"comment_id": "7209431885624100000",
"video_id": "7333344455566677000",
"count": 30,
"cursor": 0
}
GET
/v1/data/tiktok/comments/{comment_id}/replies1 credit / run VerifiedComment Replies
Replies to a specific comment.
Handled for you:Rate LimitTLS FingerprintCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | Comment id. |
| Advanced filters | |||
| video_id | string | no | Parent video id. |
| 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) |