Ahrefs
gsc-anonymous-queries
Returns organic keywords that rank for the project but are not reported by Google Search Console (anonymized queries), with position, traffic, volume, and CPC data. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called gsc-anonymous-queries?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"country": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"order_by": {
"type": "string"
},
"date_from": {
"type": "string"
},
"project_id": {
"type": "integer"
}
}
}