keywords-explorer-volume-by-country
Analyze keyword search volume by country to identify regional trends. Input a keyword to retrieve precise metrics, aiding targeted SEO strategies and market insights.
Instructions
Retrieves search volume metrics for a specified keyword broken down by country. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
keyword | Yes | ||
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"keyword": {
"type": "string"
},
"limit": {
"type": "integer"
}
},
"required": [
"keyword"
],
"type": "object"
}