tiktok.video_comments
List comments on a TikTok video. Provide either video_id or video_url, not both. Pass cursor from a previous response to fetch the next page.
Cost = 2 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of comments to return (max 50). | |
| cursor | No | Pagination cursor from a previous response. | |
| video_id | No | TikTok video id. | |
| video_url | No | TikTok video URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| msg | No | Upstream status message. | |
| code | No | Upstream status code (0 = success). | |
| data | No | Capability-specific payload from the upstream provider. | |
| processed_time | No | Upstream processing time in seconds. |