Ahrefs
gsc-positions-history
Returns Google Search Console keyword count data grouped by position ranges (1-3, 4-10, 11-20, 21-50, 51+) over time for a project. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called gsc-positions-history?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"where": {
"type": "string"
},
"device": {
"type": "string"
},
"output": {
"type": "string"
},
"country": {
"type": "string"
},
"date_to": {
"type": "string"
},
"date_from": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"search_type": {
"type": "string"
},
"portfolio_id": {
"type": "integer"
},
"history_grouping": {
"type": "string"
}
}
}