Ahrefs
rank-tracker-competitors-pages
Provides an overview of competitor pages and keyword metrics for a specified project and date in Ahrefs Rank Tracker, allowing comparison between current and previous data. Use doc tool first to get the real input schema.
Remote ahrefs
Other tools also called rank-tracker-competitors-pages?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"date": {
"type": "string"
},
"limit": {
"type": "integer"
},
"where": {
"type": "string"
},
"device": {
"type": "string"
},
"output": {
"type": "string"
},
"select": {
"type": "string"
},
"timeout": {
"type": "integer"
},
"order_by": {
"type": "string"
},
"project_id": {
"type": "integer"
},
"volume_mode": {
"type": "string"
},
"date_compared": {
"type": "string"
},
"target_and_tracked_competitors_only": {
"type": "boolean"
}
}
}