YouTube search autocomplete

Get YouTube search query suggestions for a partial keyword.

← All YouTube endpoints · Capability overview

GET/v1/youtube/search-autocomplete

https://api.vee3.io/v1/youtube/search-autocomplete

8 tokens

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_autocomplete
Parameters3 fields
querystringRequired

Partial search keywords or phrase.

max length 512

languagestringOptional

Language code for localized suggestions (for example en).

Default: "en" · max length 10

locationstringOptional

Country code for localized suggestions (for example US).

Default: "US" · max length 10

Response3 fields
querystring

Normalized query echoed from the provider.

resultsarrayitems
1 field

Suggested search phrases for the query.

suggestionstring

Single autocomplete suggestion.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, youtube_not_configured, youtube_upstream_error