list_post_comments
Retrieve and manage comments from YouTube community posts with pagination support for organized analysis.
Instructions
This endpoint lists comments of a YouTube community post. Pagination scraping is supported.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | No | Example value: Ugkx-rW0UIVSt9Aw-ux-w16DlRW-wwKwfwnp | |
| 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, postId and sortBy will be ignored. |