tiktok_video_comments
List top-level comments on a video, most-relevant first, with like counts and authors. Use for sentiment sampling and audience-response analysis. 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 |