YouTube Comments API
youtube_commentsFetch YouTube comments for a video by supplying its ID, with optional country and language filters.
Instructions
Get comments for a YouTube video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | Yes | YouTube video id (the part after ?v= in the URL). | |
| country | No | Two-letter ISO country code to geo-target results (e.g. us, gb, in, de). (API default: us) | |
| language | No | Result language code (e.g. en, es, fr, de). (API default: en) |