Ahrefs
site-explorer-all-backlinks
Retrieves detailed information about all backlinks pointing to a specified URL or domain, with extensive filtering, sorting, selection, and aggregation options. 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-all-backlinks?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"mode": {
"type": "string"
},
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"history": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"order_by": {
"type": "string"
},
"protocol": {
"type": "string"
},
"aggregation": {
"type": "string"
}
}
}