list_video_comments
Retrieve and paginate through YouTube video comments with sorting and language options for analysis or moderation.
Instructions
This endpoint lists comments of a YouTube video. Pagination scraping is supported.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| videoId | No | YouTube video id. The value of v in YouTube player URL query parameters. | |
| lang | No | Language code (IETF language tag) for localized results. Defaults to en-US. Unsupported code will fallback to en-US. | |
| sortBy | No | Sorting metrics. Defaults to top. | |
| nextToken | No | A string for getting the next page of data. If not specified, the first page of data will be returned. If specified, videoId and sortBy will be ignored. |