get_comments
Extract top comments from YouTube videos to analyze audience reactions and discussion topics. Returns comment author, text, likes, and replies.
Instructions
Get top comments from a YouTube video. Returns comment author, text, like count, and reply count. Requires YOUTUBE_API_KEY environment variable. Useful for understanding audience reactions and discussion topics.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or video ID | |
| maxResults | No | Maximum number of comments to fetch (default: 25, max: 100) | |
| order | No | Sort order: 'relevance' (default) or 'time' | relevance |