Google Trends
Google Trends data via a third-party API. Explore trending searches, interest over time, related queries, and regional breakdowns.
/v1/google-trends/suggestionshttps://api.vee3.io/v1/google-trends/suggestions
Autocomplete-style topic and entity suggestions for a Google Trends 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_google_trends_suggestionsParameters1 field
keywordstringRequiredKeyword or phrase to get suggestions for.
max length 512
Response4 fields
resultarrayitems3 fieldsSuggested topics and entities for the keyword.
resultarrayitemsmidstringGoogle Trends topic or entity identifier.
titlestringDisplay title for the suggestion.
typestringSuggestion kind (for example Topic, Software, Book).
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_trends_not_configured, google_trends_upstream_error
/v1/google-trends/categorieshttps://api.vee3.io/v1/google-trends/categories
List valid Google Trends category and subcategory names for the category request field.
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_categoriesParameters0 fields
Response3 fields
catarrayitems1 fieldCategory and subcategory names accepted by the category field.
catarrayitems<category>stringA single category or subcategory label.
msgstringStatus or informational message from the upstream API (often empty).
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_trends_not_configured, google_trends_upstream_error
/v1/google-trends/regionshttps://api.vee3.io/v1/google-trends/regions
List countries and their subregions for Google Trends country and region request fields.
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_regionsParameters0 fields
Response7 fields
geoobject5 fieldsGeographic options keyed by country name.
geoobjectcountriesobject4 fieldsMap of country name to country metadata and subregions.
countriesobject<country>object3 fieldsCountry entry keyed by country name.
<country>objectcountrystringCountry label.
regionsarrayitems1 fieldSubregion names within the country.
regionsarrayitems<region>stringA single subregion name.
msgstringStatus or informational message (often empty).
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_trends_not_configured, google_trends_upstream_error
/v1/google-trends/interest-over-timehttps://api.vee3.io/v1/google-trends/interest-over-time
Compare Google Trends interest scores over time 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_interest_over_timeParameters7 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
Response2 fields
<keyword>object1 fieldEach requested keyword appears as a top-level key mapping timestamp strings to interest scores (integers 0–100).
<keyword>object<timestamp>integerInterest score at that timestamp for the keyword.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_trends_not_configured, google_trends_upstream_error
/v1/google-trends/interest-by-regionhttps://api.vee3.io/v1/google-trends/interest-by-region
Compare Google Trends interest scores by country or subregion for up to five keywords with optional date range and 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_interest_by_regionParameters8 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
resolution"COUNTRY" | "REGION"OptionalGeographic resolution: COUNTRY (default) or REGION.
Default: "COUNTRY"
Response2 fields
<keyword>object1 fieldEach requested keyword appears as a top-level key mapping location names to interest scores (integers 0–100).
<keyword>object<location>integerInterest score for that location and keyword.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_trends_not_configured, google_trends_upstream_error