site-explorer-organic-competitors
Identify organic search competitors for a website by analyzing shared keywords, traffic estimates, and domain strength. Compare SEO metrics for a specific country and date to refine competitive strategies.
Instructions
Retrieves a list of organic search competitors for a specified website or URL, providing comparative SEO metrics such as common keywords, traffic estimations, and domain strength for a chosen country and date. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | Yes | ||
date | Yes | ||
date_compared | No | ||
limit | No | ||
mode | No | ||
order_by | No | ||
protocol | No | ||
select | Yes | ||
target | Yes | ||
timeout | No | ||
volume_mode | No | ||
where | No |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"type": "string"
},
"date": {
"type": "string"
},
"date_compared": {
"type": "string"
},
"limit": {
"type": "integer"
},
"mode": {
"type": "string"
},
"order_by": {
"type": "string"
},
"protocol": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"volume_mode": {
"type": "string"
},
"where": {
"type": "string"
}
},
"required": [
"select",
"target",
"country",
"date"
],
"type": "object"
}