Google Search
Google Search keyword intelligence for agents: traffic insights, related keywords from seed terms or URLs, and search market filters.
/v1/google-search/keyword-traffic-insightshttps://api.vee3.io/v1/google-search/keyword-traffic-insights
Google keyword search traffic insights: volume, competition, bids, and trend for related keyword suggestions.
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_seo_keyword_traffic_insightsParameters6 fields
keywordstringRequiredSeed keyword to get traffic insights and suggestions for.
max length 512
languagestringRequiredLanguage code for the search market (for example en).
max length 16
locationstringOptionalOptional country or region code for localized traffic (for example US). Omit for global keyword insights.
Default: "" · max length 16
mode"exact" | "all"OptionalKeyword suggestion filter: exact returns only suggestions that exactly match the seed keyword; all returns all suggestions (default).
Default: "all"
min_search_volumeintegerOptionalMinimum monthly search volume; only keywords at or above this threshold are returned.
Default: 0 · min 0
intent"informational" | "navigational" | "commercial" | "transactional"OptionalFilter by search intent: informational, navigational, commercial, or transactional.
Response8 fields
keyword_suggestionsarrayitems7 fieldsKeyword suggestions with traffic and competition metrics.
keyword_suggestionsarrayitemstextstringSuggested keyword text.
volumeintegerEstimated monthly search volume.
competition_levelstringCompetition level (for example LOW, MEDIUM, HIGH, UNSPECIFIED).
competition_indexintegerCompetition index score.
low_bidnumberLow top-of-page bid estimate.
high_bidnumberHigh top-of-page bid estimate.
trendnumberSearch volume trend percentage.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error
/v1/google-search/url-traffic-insightshttps://api.vee3.io/v1/google-search/url-traffic-insights
Google keyword traffic insights for a URL: volume, competition, bids, and trend for related keyword suggestions.
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_seo_url_traffic_insightsParameters5 fields
urlstringRequiredPublic http or https URL to get traffic insights and suggestions for.
max length 2048
languagestringRequiredLanguage code for the search market (for example en).
max length 16
locationstringOptionalOptional country or region code for localized traffic (for example US). Omit for global URL keyword insights.
Default: "" · max length 16
min_search_volumeintegerOptionalMinimum monthly search volume; only keywords at or above this threshold are returned.
Default: 0 · min 0
intent"informational" | "navigational" | "commercial" | "transactional"OptionalFilter by search intent: informational, navigational, commercial, or transactional.
Response8 fields
keyword_suggestionsarrayitems7 fieldsKeyword suggestions with traffic and competition metrics.
keyword_suggestionsarrayitemstextstringSuggested keyword text.
volumeintegerEstimated monthly search volume.
competition_levelstringCompetition level (for example LOW, MEDIUM, HIGH, UNSPECIFIED).
competition_indexintegerCompetition index score.
low_bidnumberLow top-of-page bid estimate.
high_bidnumberHigh top-of-page bid estimate.
trendnumberSearch volume trend percentage.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error, url_validation_error, url_blocked
/v1/google-search/languageshttps://api.vee3.io/v1/google-search/languages
List language codes accepted by the language parameter on other Google Search keyword insight endpoints.
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_search_languagesParameters0 fields
Response3 fields
languagesarrayitems2 fieldsSupported languages for the language request parameter.
languagesarrayitemslanguage_namestringLanguage display name.
language_codestringLanguage code for the language parameter (for example en).
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error
/v1/google-search/locationshttps://api.vee3.io/v1/google-search/locations
List country codes accepted by the location parameter on other Google Search keyword insight endpoints.
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_search_locationsParameters0 fields
Response3 fields
locationsarrayitems2 fieldsSupported countries for the location request parameter.
locationsarrayitemscountry_namestringCountry display name.
country_codestringCountry code for the location parameter (for example US).
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error