get_video_comments
Retrieve comments for a Douyin video using its unique video ID. Supports pagination and adjustable comment counts for flexible data collection.
Instructions
Get comments for a Douyin video.
Args: aweme_id: The video/aweme ID cursor: Pagination cursor (default 0) count: Number of comments per page (default 20) source_keyword: Optional search keyword (used for referer)
Returns: dict containing comments list and pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No | ||
| aweme_id | Yes | ||
| source_keyword | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||