keywords-explorer-overview
Analyze keyword metrics—such as search volume, CPC, difficulty, and intent—for specific keywords, domains, or URLs within a chosen country to optimize SEO and content strategies.
Instructions
Provides an overview of keyword metrics—including search volume, CPC, ranking difficulty, traffic potential, and intent—for specified keywords, domains, or URLs within a given country. Use doc tool first to get the real input schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ||
| keyword_list_id | No | ||
| keywords | No | ||
| limit | No | ||
| order_by | No | ||
| select | Yes | ||
| target | No | ||
| target_mode | No | ||
| target_position | No | ||
| timeout | No | ||
| where | No |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"type": "string"
},
"keyword_list_id": {
"type": "integer"
},
"keywords": {
"type": "string"
},
"limit": {
"type": "integer"
},
"order_by": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"target_mode": {
"type": "string"
},
"target_position": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"where": {
"type": "string"
}
},
"required": [
"select",
"country"
],
"type": "object"
}