youtube-comments
ActiveTool of The Stall
Top comments for any YouTube video, sorted by like count. Returns comment text, author, like count, timestamp, and pinned/favorited flags. Useful for audience sentiment analysis, identifying notable reactions, and understanding community response. Accepts any YouTube URL format or bare 11-character video ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"video": {
"type": "string",
"description": "YouTube video URL (any format: watch?v=, youtu.be, /shorts/) or bare 11-character video ID."
},
"max_comments": {
"type": "integer",
"description": "Maximum number of top comments to return (default 20, max 50)."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries