management-project-competitors
Identify competitors linked to a Rank Tracker project in Ahrefs by entering the project's unique ID. Streamlines competitor analysis for strategic insights.
Instructions
Retrieves the list of competitors associated with a specific Rank Tracker project in Ahrefs, using the project's unique identifier. Use doc tool first to get the real input schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"type": "integer"
}
},
"required": [
"project_id"
],
"type": "object"
}