get_channel_videos
Retrieve recent public videos from a YouTube channel with view, like, comment, and duration statistics for channel analysis. Uses the uploads playlist to avoid quota-intensive searches.
Instructions
Returns a list of recent public videos from a channel, with per-video stats: views, likes, comments, duration. Use this as your primary dataset tool for channel analysis. Uses the uploads playlist internally — no quota-expensive search.list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_url | Yes | YouTube channel URL. Supported formats: https://www.youtube.com/@handle or https://www.youtube.com/channel/UCxxxx | |
| limit | No | Maximum number of videos to return. Defaults to 50. |