google-search.keyword_traffic_insights
ActiveTool of Vee3
Get Google keyword traffic insights and related keyword suggestions for a seed keyword. Returns an array of keyword suggestions. Each item includes text, monthly search volume, competition_level, competition_index, low_bid, high_bid, and trend. Required: keyword and language (for example en). Optional: location (for example US) for country-specific data; omit location for global results (default). Optional: mode (exact or all, default all), min_search_volume (default 0), and intent (informational, navigational, commercial, or transactional). Cost = 20 tokens.
Parameters schema
{
"type": "object",
"title": "get_seo_keyword_traffic_insightsArguments",
"required": [
"keyword",
"language"
],
"properties": {
"mode": {
"type": "string",
"title": "Mode",
"default": "all",
"description": "Keyword suggestion filter: exact returns only suggestions that exactly match the seed keyword; all returns all suggestions (default)."
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Intent",
"default": null,
"description": "Filter by search intent: informational, navigational, commercial, or transactional."
},
"keyword": {
"type": "string",
"title": "Keyword",
"maxLength": 512,
"description": "Seed keyword to get traffic insights and suggestions for."
},
"language": {
"type": "string",
"title": "Language",
"maxLength": 16,
"description": "Language code for the search market (for example en)."
},
"location": {
"anyOf": [
{
"type": "string",
"maxLength": 16
},
{
"type": "null"
}
],
"title": "Location",
"default": null,
"description": "Optional country or region code for localized traffic (for example US). Omit for global keyword insights."
},
"min_search_volume": {
"type": "integer",
"title": "Min Search Volume",
"default": 0,
"minimum": 0,
"description": "Minimum monthly search volume; only keywords at or above this threshold are returned."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries