search_youtube
Search YouTube videos by query. Return up to 50 results with title, channel, views, duration, and URL, filtered by upload date and duration, sorted by relevance, date, viewCount, or rating.
Instructions
Search YouTube videos by query. Returns up to 50 results with title, channel, views, duration, and URL. Supports filtering by uploadDate (today/week/month/year) and videoDuration (short/medium/long), and sorting by relevance, date, viewCount, or rating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query string | |
| sortBy | No | Sort order: 'relevance' (default), 'date' (newest), 'viewCount' (most popular), 'rating' (highest rated) | relevance |
| maxResults | No | Maximum number of results to return (1-50) | |
| uploadDate | No | Filter by upload date: 'any', 'hour', 'today', 'week', 'month', 'year' | any |
| videoDuration | No | Filter by duration: 'any', 'short' (<3min), 'medium' (3-20min), 'long' (>20min) | any |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| sortBy | Yes | ||
| results | Yes | ||
| uploadDate | Yes | ||
| resultCount | Yes | ||
| videoDuration | Yes |