list_video_comments
Retrieve top-level comments and replies for a YouTube video or channel. Filter comments by keywords and paginate through results.
Instructions
Fetch top-level comment threads for a video or all comments on a channel. Returns snippet.topLevelComment (authorDisplayName, textDisplay, likeCount, publishedAt) and replies.comments[] for threaded replies. Use search_terms to filter comments containing a specific phrase. Use page_token to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | No | The video ID | |
| channel_id | No | The channel ID | |
| search_terms | No | Search query in comments | |
| max_results | No | Default 5 | |
| page_token | No | Token from a previous response to fetch the next page of results. |