Get Video Comments
neptime_get_video_commentsRetrieve comments from any video. Specify video ID, limit, offset, and sort order to get comments with user info, text, likes, and replies.
Instructions
Get comments on a video.
Args:
video_id: Video ID (required)
limit: Max results 1-100 (default: 20)
offset: Pagination offset (default: 0)
sort: Sort order - newest, oldest, top (default: newest)
Returns: Array of comments with user info, text, likes, replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Video ID | |
| limit | No | Max results | |
| offset | No | Pagination offset | |
| sort | No | Sort order | newest |