Ahrefs
keywords-explorer-volume-history
Retrieves historical search volume data for a specified keyword within a given country and date range. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called keywords-explorer-volume-history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"output": {
"type": "string"
},
"country": {
"type": "string"
},
"date_to": {
"type": "string"
},
"keyword": {
"type": "string"
},
"date_from": {
"type": "string"
}
}
}