site-explorer-best-by-external-links
Analyze and rank a website’s top-performing pages based on external backlinks. Filter, sort, and retrieve insights to optimize SEO and content strategy using Ahrefs-powered data.
Instructions
Returns a list of a site's or URL's best-performing pages, ranked by the number of referring external links, with flexible filtering and sorting options. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
history | No | ||
limit | No | ||
mode | No | ||
order_by | No | ||
protocol | No | ||
select | Yes | ||
target | Yes | ||
timeout | No | ||
where | No |
Input Schema (JSON Schema)
{
"properties": {
"history": {
"type": "string"
},
"limit": {
"type": "integer"
},
"mode": {
"type": "string"
},
"order_by": {
"type": "string"
},
"protocol": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"where": {
"type": "string"
}
},
"required": [
"select",
"target"
],
"type": "object"
}