YouTube Channel Videos API
youtube_videosRetrieve recent public videos from a YouTube channel by providing its URL. Returns a page of video items and a nextCursor to fetch additional pages.
Instructions
A page of recent public videos for a YouTube channel, with a cursor. Returns a page of items plus nextCursor. Fields use this platform's own names. Cost: 2 credits on a live read, 0 on a cache hit. Public data only: no bios, contact details or login-walled data. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A public URL, for example https://www.youtube.com/@channel | |
| cache | No | Defaults to true. Only pass false when you specifically need a live read — it always costs credits, where a cache hit is free. | |
| limit | No | Items per page. | |
| cursor | No | nextCursor from a previous page. |