site-explorer-refdomains-history
Track historical referring domain data for a specific target (domain or URL) over a customizable date range, with options for grouping and analysis scope, to monitor backlink evolution and trends.
Instructions
Provides historical data on referring domains linking to a specified target (domain or URL) over a defined date range, with customizable grouping and analysis scope. Use doc tool first to get the real input schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | Yes | ||
| date_to | No | ||
| history_grouping | No | ||
| mode | No | ||
| protocol | No | ||
| target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"date_from": {
"type": "string"
},
"date_to": {
"type": "string"
},
"history_grouping": {
"type": "string"
},
"mode": {
"type": "string"
},
"protocol": {
"type": "string"
},
"target": {
"type": "string"
}
},
"required": [
"date_from",
"target"
],
"type": "object"
}