Keyword traffic insights
Google keyword search traffic insights: volume, competition, bids, and trend for related keyword suggestions.
← All Google Search endpoints · Capability overview
/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