search_youtube
Search YouTube videos with a query, retrieve results including titles, thumbnails, and links. Supports pagination, sorting, and filtering by date or duration using the SearchAPI MCP Server.
Instructions
Performs a YouTube search using SearchAPI.site. Requires a search query and your SearchAPI.site API key. Returns formatted YouTube search results including video titles, thumbnails, descriptions, and links. Supports optional parameters for pagination, sorting, filtering by date and duration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Maximum number of results to return (1-50) | |
order | No | Sort order for results | |
pageToken | No | Token for pagination to get next/previous page of results | |
publishedAfter | No | Number of days to filter videos from | |
query | Yes | The YouTube search query to perform | |
videoDuration | No | Filter by video duration |