site-explorer-all-backlinks
Analyze and retrieve detailed information on all backlinks for a specific URL or domain using advanced filtering, sorting, and aggregation options to optimize SEO strategies.
Instructions
Retrieves detailed information about all backlinks pointing to a specified URL or domain, with extensive filtering, sorting, selection, and aggregation options. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aggregation | No | ||
history | No | ||
limit | No | ||
mode | No | ||
order_by | No | ||
protocol | No | ||
select | Yes | ||
target | Yes | ||
timeout | No | ||
where | No |
Input Schema (JSON Schema)
{
"properties": {
"aggregation": {
"type": "string"
},
"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"
}