youtube-keyword-research
ActiveTool of The Stall
YouTube keyword research using Google's autocomplete API. For a seed topic, returns suggested search phrases plus intent clusters: questions people ask, tutorial/learning queries, comparison queries, and year-tagged trending terms. No API key. Upstream of youtube-niche-intel (competition scoring) and youtube-intel (video search). Use when mapping a YouTube content strategy, finding keyword gaps, or building a channel topic plan.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Seed keyword or topic (e.g. 'passive income', 'python for beginners', 'meal prep 2026')."
},
"expand": {
"type": "boolean",
"description": "Probe query+a through query+z for deeper coverage (26 extra lookups, ~2–3 s added latency). Default false."
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code. Default 'us'."
},
"language": {
"type": "string",
"description": "BCP-47 language code. Default 'en'."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries