site-explorer-anchors
Analyze anchor text and backlink metrics for a domain or URL, with customizable filters and selection criteria to optimize SEO strategy.
Instructions
Retrieves anchor text and associated backlink metrics for a specified domain or URL, with filtering and selection 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"
}