youtube

youtube_get_popular_videos

Get trending/most popular videos for a region. Optionally filter by video category. Returns video details with statistics. Costs 1 quota unit.

Remote node2flow/youtube

Other tools also called youtube_get_popular_videos? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "part": {
      "type": "string",
      "description": "Resource parts (default: \"snippet,contentDetails,statistics\")"
    },
    "page_token": {
      "type": "string",
      "description": "Pagination token from previous response"
    },
    "max_results": {
      "type": "number",
      "description": "Maximum results per page (1-50, default: 5)"
    },
    "region_code": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code (e.g. \"US\", \"TH\")"
    },
    "video_category_id": {
      "type": "string",
      "description": "Video category ID to filter (use youtube_list_video_categories to find IDs)"
    }
  }
}
          

Provider

youtube →