seo.keyword_metrics
ActiveTool of Vee3
declared in 1.27.1
Get SEO metrics for a search keyword in a specific country market. Returns keyword, searchVolume, clicks, cpc, difficulty, globalSearchVolume, and trafficPotential. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "get_seo_keyword_metricsArguments",
"required": [
"keyword"
],
"properties": {
"country": {
"type": "string",
"title": "Country",
"default": "us",
"maxLength": 2,
"description": "2-letter ISO country code for the target market (default us). Use seo.country_codes for supported values."
},
"keyword": {
"type": "string",
"title": "Keyword",
"maxLength": 512,
"description": "Search keyword or phrase to analyze."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries