getTrendingVideos
Fetch trending videos filtered by region code and category ID. Find popular content in any country or topic.
Instructions
Retrieves trending videos based on region and category. Returns a list of videos that are currently popular in the specified region and category. Use this when you want to discover what's trending in specific areas or categories. To get available category IDs and their names, use the getVideoCategories tool first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoryId | No | YouTube category ID to filter trending videos by category. Use getVideoCategories tool to get available category IDs. | |
| maxResults | No | Maximum number of trending videos to return (1-500, default: 10) | |
| regionCode | No | Two-letter country code (e.g., 'US', 'GB', 'JP'). Defaults to 'US' | US |