video_playlist
Extract video IDs and titles from YouTube playlists to enable batch analysis and research workflows.
Instructions
Get video IDs and titles from a YouTube playlist.
Results can be passed to video_analyze for batch analysis. Costs 1 YouTube API unit per page (max 50 items/page).
Args: url: YouTube playlist URL. max_items: Maximum number of playlist items to return.
Returns: Dict matching PlaylistInfo schema.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube playlist URL (must contain 'list=' parameter) | |
| max_items | No | Maximum videos to return |