site-explorer-total-search-volume-history
Analyze historical organic search volume, traffic, and traffic value for any site or URL over a specified period and grouping using the Ahrefs MCP Server.
Instructions
Retrieves the historical total organic search volume, traffic, and traffic value for a given site or URL over a specified time period and grouping. 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 | ||
| top_positions | No | ||
| volume_mode | No |
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"
},
"top_positions": {
"type": "string"
},
"volume_mode": {
"type": "string"
}
},
"required": [
"date_from",
"target"
],
"type": "object"
}