Ahrefs
site-explorer-total-search-volume-history
Returns historical totals of search volume for keywords that the specified domain or URL ranks for in the top 10 or top 100 results, across all countries or for a specified country. 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-total-search-volume-history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"mode": {
"type": "string"
},
"output": {
"type": "string"
},
"target": {
"type": "string"
},
"country": {
"type": "string"
},
"date_to": {
"type": "string"
},
"protocol": {
"type": "string"
},
"date_from": {
"type": "string"
},
"volume_mode": {
"type": "string"
},
"top_positions": {
"type": "string"
},
"history_grouping": {
"type": "string"
}
}
}