tiktok_comment_replies
List replies to a specific comment on a video. Use to drill into a comment thread. Requires both comment_id and the parent video_id. Paginate with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of items to return, <=50 | |
| cursor | No | Pagination cursor — pass the `cursor`/`max_cursor`/`has_more` value from a prior response. | |
| expand | No | Return the full untrimmed payload. Default false = compact JSON. | |
| video_id | Yes | aweme_id or a /video/<id> URL of the parent video | |
| comment_id | Yes | Numeric comment id (from tiktok_video_comments) |