Retrieves comments from a TikTok video with pagination support.
/api/v1/get-tiktok-video-comments
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be application/json. |
Authorization | string | Your API key (Bearer token). e.g. Bearer sk_xxx |
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
url | string | The full TikTok video URL. | Yes | |
cursor | number | Optional cursor for pagination. Pass the cursor from a previous response to get the next page. | No | |
count | number | Number of comments to fetch per request. | No | API default |
requestSource | string | Optional. Source of the request (e.g., MAKE_DOT_COM, ZAPIER, API). | No | API |
url must be a valid TikTok video URL, e.g., https://www.tiktok.com/@username/video/1234567890 or https://vm.tiktok.com/ZMhKxyz/Content-Type: application/jsonInvalid JSON in request body'url' parameter is required and must be a non-empty string.Invalid TikTok video URL format.The comments service could not process the provided URL.The comments service reported an issue.Service not configured. Please contact support.Service authentication failed. Please contact support.An unexpected server error occurred...The comments service is currently unavailable.Received invalid data structure from comments service.Error fetching comments data from the upstream service.cursor field from the response to paginate through all comments.hasMore field indicates whether there are additional pages available.digg_count = likes on the comment).reply_comment array contains nested replies to each comment.total field provides the approximate total number of comments available.X-RateLimit-Limit and X-RateLimit-Remaining headers in the response to monitor your usage.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cursor for pagination.
Number of comments per page.
Optional identifier describing where the API request originated.
API, WEB, MAKE_DOT_COM, ZAPIER, N8N, PLAYGROUND, DEFAULT_AUTOMATION, AGENT_PREVIEW, AGENT_LIVE, AUTOPILOT, STUDIO