get_tiktok_comment_replies
Fetch paginated replies to a TikTok comment by providing video and comment IDs.
Instructions
Get replies to a specific comment on a TikTok video as JSON. Each reply has the same structure as a comment. Requires both video_id and comment_id. Use data.cursor for next page; stop when data.has_more is 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | TikTok video ID. | |
| comment_id | Yes | Comment ID (cid) from the get_tiktok_video_comments response. | |
| cursor | No | Pagination cursor. Use data.cursor from previous response for next page. | 0 |
| count | No | Number of replies per page (1-50). |