Ahrefs
site-explorer-refdomains-history
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. 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-refdomains-history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"mode": {
"type": "string"
},
"output": {
"type": "string"
},
"target": {
"type": "string"
},
"date_to": {
"type": "string"
},
"protocol": {
"type": "string"
},
"date_from": {
"type": "string"
},
"history_grouping": {
"type": "string"
}
}
}