Ahrefs
rank-tracker-serp-overview
Returns SERP overview for a specified keyword in a Rank Tracker project, showing detailed information about each position including title, URL, type, backlink metrics, and traffic data. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called rank-tracker-serp-overview?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"device": {
"type": "string"
},
"output": {
"type": "string"
},
"country": {
"type": "string"
},
"keyword": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"location_id": {
"type": "integer"
},
"language_code": {
"type": "string"
},
"top_positions": {
"type": "integer"
}
}
}