google-search.url_traffic_insights
ActiveTool of Vee3
Get Google keyword traffic insights and related keyword suggestions for a URL. Returns an array of keyword suggestions. Each item includes text, monthly search volume, competition_level, competition_index, low_bid, high_bid, and trend. Required: url and language (for example en). Optional: location (for example US) for country-specific data; omit location for global results (default). Optional: min_search_volume (default 0) and intent (informational, navigational, commercial, or transactional). Cost = 20 tokens.
Parameters schema
{
"type": "object",
"title": "get_seo_url_traffic_insightsArguments",
"required": [
"url",
"language"
],
"properties": {
"url": {
"type": "string",
"title": "Url",
"maxLength": 2048,
"description": "Public http or https URL to get traffic insights and suggestions for."
},
"intent": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Intent",
"default": null,
"description": "Filter by search intent: informational, navigational, commercial, or transactional."
},
"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 URL 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