get_video_comments
Extract and analyze YouTube video comments to understand audience sentiment and gather feedback. Returns author details, comment text, likes, and dates for analysis.
Instructions
Returns top-level comments for a video, sorted by relevance. Includes author, comment text, like count, and publish date. Useful for audience sentiment and feedback analysis.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | YouTube video ID (e.g. dQw4w9WgXcQ). | |
| limit | No | Maximum number of comments to return. Defaults to 100. |