youtube
search
Search YouTube for videos, channels, and playlists
Remote kagelogic/youtube
Remote (network-hosted)
Other tools also called search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"lang": {
"type": "string",
"description": "Language code (e.g., 'en', 'id'). Defaults to 'en'."
},
"query": {
"type": "string",
"minLength": 1,
"description": "The search query"
},
"filters": {
"type": "object",
"properties": {
"type": {
"enum": [
"all",
"video",
"shorts",
"channel",
"playlist",
"movie"
],
"type": "string"
},
"duration": {
"enum": [
"all",
"over_twenty_mins",
"under_three_mins",
"three_to_twenty_mins"
],
"type": "string"
},
"features": {
"type": "array",
"items": {
"enum": [
"360",
"hd",
"subtitles",
"creative_commons",
"3d",
"live",
"purchased",
"4k",
"location",
"hdr",
"vr180"
],
"type": "string"
}
},
"prioritize": {
"enum": [
"relevance",
"popularity"
],
"type": "string"
},
"upload_date": {
"enum": [
"all",
"today",
"week",
"month",
"year"
],
"type": "string"
}
},
"description": "Filters for the search query"
},
"location": {
"type": "string",
"description": "Location/country code (e.g., 'US', 'ID'). Defaults to 'US'."
}
}
}