site-explorer-pages-by-traffic
Analyze and rank pages by organic traffic for a specific domain, subdomain, path, or URL using targeted country and protocol data. Identify top-performing pages to optimize SEO strategies effectively.
Instructions
Retrieves pages from a specified domain, subdomain, path, or exact URL, ranked by their estimated organic search traffic for a selected country and protocol. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | ||
mode | No | ||
protocol | No | ||
target | Yes | ||
volume_mode | No |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"type": "string"
},
"mode": {
"type": "string"
},
"protocol": {
"type": "string"
},
"target": {
"type": "string"
},
"volume_mode": {
"type": "string"
}
},
"required": [
"target"
],
"type": "object"
}