list_channel_posts_pollvideoimage
Retrieve poll, video, and image posts from any YouTube channel with pagination support for accessing all available content.
Instructions
This endpoint lists poll, video, or image posts of a YouTube channel. Pagination scraping is supported.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | No | Channel ID, custom URL name or handle. @ is required as a prefix for a channel handle. | |
| lang | No | Language code (IETF language tag) for localized results. Defaults to en-US. Unsupported code will fallback to en-US. | |
| nextToken | No | A string for getting the next page of data. If not specified, the first page of data will be returned. If specified, channelId will be ignored. |