Google Search

Google Search keyword intelligence for agents: traffic insights, related keywords from seed terms or URLs, and search market filters.

GET/v1/google-search/keyword-traffic-insights

https://api.vee3.io/v1/google-search/keyword-traffic-insights

20 tokens

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_insights
Parameters6 fields
keywordstringRequired

Seed keyword to get traffic insights and suggestions for.

max length 512

languagestringRequired

Language code for the search market (for example en).

max length 16

locationstringOptional

Optional country or region code for localized traffic (for example US). Omit for global keyword insights.

Default: "" · max length 16

mode"exact" | "all"Optional

Keyword suggestion filter: exact returns only suggestions that exactly match the seed keyword; all returns all suggestions (default).

Default: "all"

min_search_volumeintegerOptional

Minimum monthly search volume; only keywords at or above this threshold are returned.

Default: 0 · min 0

intent"informational" | "navigational" | "commercial" | "transactional"Optional

Filter by search intent: informational, navigational, commercial, or transactional.

Response8 fields
keyword_suggestionsarrayitems
7 fields

Keyword suggestions with traffic and competition metrics.

textstring

Suggested keyword text.

volumeinteger

Estimated monthly search volume.

competition_levelstring

Competition level (for example LOW, MEDIUM, HIGH, UNSPECIFIED).

competition_indexinteger

Competition index score.

low_bidnumber

Low top-of-page bid estimate.

high_bidnumber

High top-of-page bid estimate.

trendnumber

Search volume trend percentage.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error

GET/v1/google-search/url-traffic-insights

https://api.vee3.io/v1/google-search/url-traffic-insights

20 tokens

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_insights
Parameters5 fields
urlstringRequired

Public http or https URL to get traffic insights and suggestions for.

max length 2048

languagestringRequired

Language code for the search market (for example en).

max length 16

locationstringOptional

Optional country or region code for localized traffic (for example US). Omit for global URL keyword insights.

Default: "" · max length 16

min_search_volumeintegerOptional

Minimum monthly search volume; only keywords at or above this threshold are returned.

Default: 0 · min 0

intent"informational" | "navigational" | "commercial" | "transactional"Optional

Filter by search intent: informational, navigational, commercial, or transactional.

Response8 fields
keyword_suggestionsarrayitems
7 fields

Keyword suggestions with traffic and competition metrics.

textstring

Suggested keyword text.

volumeinteger

Estimated monthly search volume.

competition_levelstring

Competition level (for example LOW, MEDIUM, HIGH, UNSPECIFIED).

competition_indexinteger

Competition index score.

low_bidnumber

Low top-of-page bid estimate.

high_bidnumber

High top-of-page bid estimate.

trendnumber

Search volume trend percentage.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error, url_validation_error, url_blocked

GET/v1/google-search/languages

https://api.vee3.io/v1/google-search/languages

5 tokens

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_languages
Parameters0 fields
Response3 fields
languagesarrayitems
2 fields

Supported languages for the language request parameter.

language_namestring

Language display name.

language_codestring

Language code for the language parameter (for example en).

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error

GET/v1/google-search/locations

https://api.vee3.io/v1/google-search/locations

5 tokens

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_locations
Parameters0 fields
Response3 fields
locationsarrayitems
2 fields

Supported countries for the location request parameter.

country_namestring

Country display name.

country_codestring

Country code for the location parameter (for example US).

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, seo_not_configured, seo_upstream_error