youtube_search
Search YouTube for videos by query, with options to filter by type (video, channel, playlist) and sort by relevance, date, view count, or rating. Returns title, description, channel name, thumbnail, and video URL for tutorials, demos, and educational content.
Instructions
Search YouTube for videos. Returns title, description, channel name, thumbnail URL, and video URL. Great for tutorials, demos, and educational content. Requires YOUTUBE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| per_page | No | Results per page | |
| order | No | Sort order | relevance |
| type | No | Result type filter | video |