Related queries
Top and rising related search queries for up to five keywords with optional geography, category, and property filters.
← All Google Trends endpoints · Capability overview
/v1/google-trends/related-querieshttps://api.vee3.io/v1/google-trends/related-queries
Top and rising related search queries for up to five keywords with optional geography, category, and property filters.
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_google_trends_related_queriesParameters7 fields
keywordsarrayRequiredUp to five keywords to compare.
min 1, max 5
startstringRequiredRange start in datetime-with-timezone form (for example 2020-05-01T00:43:37+0100).
max length 64
endstringOptionalRange end in datetime-with-timezone form. Defaults to now.
max length 64
countrystringOptionalCountry name for geo filtering. Defaults to global.
max length 128
regionstringOptionalRegion within country. Requires country when set.
max length 128
categorystringOptionalTrends category or subcategory. Defaults to all.
max length 256
gpropstringOptionalGoogle property filter (for example images, news, youtube, froogle). Defaults to all.
max length 64
Response11 fields
<keyword>object10 fieldsRelated query rankings for one keyword.
<keyword>objecttopobject4 fieldsTop related queries by rank.
topobjectqueryobject1 fieldRank index to related query string.
queryobject<rank>stringRelated query text at this rank.
valueobject1 fieldRank index to interest score.
valueobject<rank>integerScore at this rank.
risingobject4 fieldsRising related queries by rank.
risingobjectqueryobject1 fieldRank index to related query string.
queryobject<rank>stringRelated query text at this rank.
valueobject1 fieldRank index to breakout or growth score.
valueobject<rank>integerScore at this rank.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_trends_not_configured, google_trends_upstream_error