Ahrefs
site-explorer-metrics-history
Retrieves historical data on key organic and paid search traffic and cost metrics for a specified domain, URL, or path over a selectable date range and grouping interval. 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-metrics-history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"mode": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"target": {
"type": "string"
},
"country": {
"type": "string"
},
"date_to": {
"type": "string"
},
"protocol": {
"type": "string"
},
"date_from": {
"type": "string"
},
"volume_mode": {
"type": "string"
},
"history_grouping": {
"type": "string"
}
}
}