YouTube search autocomplete
Get YouTube search query suggestions for a partial keyword.
← All YouTube endpoints · Capability overview
/v1/youtube/search-autocompletehttps://api.vee3.io/v1/youtube/search-autocomplete
Get YouTube search query suggestions for a partial keyword.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_youtube_search_autocompleteParameters3 fields
querystringRequiredPartial search keywords or phrase.
max length 512
languagestringOptionalLanguage code for localized suggestions (for example en).
Default: "en" · max length 10
locationstringOptionalCountry code for localized suggestions (for example US).
Default: "US" · max length 10
Response3 fields
querystringNormalized query echoed from the provider.
resultsarrayitems1 fieldSuggested search phrases for the query.
resultsarrayitemssuggestionstringSingle autocomplete suggestion.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, youtube_not_configured, youtube_upstream_error