getVideoComments
Retrieve and analyze YouTube video comments with sorting options, result limits, and reply fetching to gather audience feedback and insights.
Instructions
Retrieves comments for a YouTube video. Allows sorting, limiting results, and fetching a small number of replies per comment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commentDetail | No | Detail level for comment text. 'SNIPPET' (default, 200 chars) or 'FULL' (entire text). | SNIPPET |
maxReplies | No | Max replies per comment to return (0-5, default: 0). Use 0 for best performance. | |
maxResults | No | Max number of top-level comments to return (1-100, default: 20). | |
order | No | Sort order for comments. Use 'relevance' (default) for most helpful or 'time' for newest. | relevance |
videoId | Yes | The 11-character ID of the YouTube video. |