get_tiktok_video_comments
Retrieve TikTok video comments as JSON with details including text, likes, replies, and creator liked status. Paginate using cursor until no more data.
Instructions
Get comments on a TikTok video as JSON. Each comment includes ID, text, timestamp, like count, reply count, commenter info, and whether the video creator liked it. 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. | |
| cursor | No | Pagination cursor. Use data.cursor from previous response for next page. | 0 |
| count | No | Number of comments per page (1-50). |