Ahrefs
gsc-keywords
Returns Google Search Console keywords table data with metrics (clicks, impressions, CTR, position) and associated URLs for a project. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called gsc-keywords?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer"
},
"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"
}
}
}