Ahrefs
serp-overview
Returns an overview of the top search results (SERP) for a specified keyword and country, including detailed metrics about each result like position, backlinks, traffic, domain rating, and related keywords. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called serp-overview?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"country": {
"type": "string"
},
"keyword": {
"type": "string"
},
"top_positions": {
"type": "integer"
}
}
}