youtube.channel_videos
Fetch a paginated list of videos from a public YouTube channel by its channel id.
Accepts a channel id (for example UCg6gPGh8HU2U01vaFCAsvmQ) or common YouTube channel URLs (for example https://www.youtube.com/@ChrisTitusTech). Use cursor from a prior response for the next page.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response cursor field. | |
| channel_id | Yes | YouTube channel id or URL (for example UCg6gPGh8HU2U01vaFCAsvmQ or https://www.youtube.com/@ChrisTitusTech). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for the next page, when available. | |
| videos | No | Channel videos for the current page. |