site-explorer-pages-history
Analyze historical data for pages on a specific domain, URL, or site section, grouped by a chosen time interval. Gain insights into page performance and trends over time using Ahrefs MCP Server integration.
Instructions
Retrieves historical data about pages from a specified domain, URL, or section of a site, grouped by a chosen time interval. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
country | No | ||
date_from | Yes | ||
date_to | No | ||
history_grouping | No | ||
mode | No | ||
protocol | No | ||
target | Yes |
Input Schema (JSON Schema)
{
"properties": {
"country": {
"type": "string"
},
"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"
}