Ahrefs
site-explorer-top-pages
Returns a list of the top-performing pages for a specified website or URL, including detailed SEO metrics (such as organic rankings, traffic, top keyword, and changes over time), with support for comparison between two dates and flexible filtering. When analyzing a domain name, you must use mode=subdomains. Using mode=domain can exclude www and other subdomains. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called site-explorer-top-pages?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"mode": {
"type": "string"
},
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"country": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"order_by": {
"type": "string"
},
"protocol": {
"type": "string"
},
"volume_mode": {
"type": "string"
},
"date_compared": {
"type": "string"
}
}
}