Inputs
SelectItem
Output
Type:List[Dict]
Returns one row per tracked competitor: url, mode.
Fields: url, mode
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the competitors tracked in an Ahrefs Rank Tracker project with their target mode
| App | Ahrefs |
| Operation ID | ahrefs_list_tracked_competitors |
| Type | Action |
| Connection | ahrefs (required) |
| Credits per run | Free |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
project_id | string or SelectItem | Yes | - | The Rank Tracker project (numeric ID from the Ahrefs project URL). Use ahrefs_list_projects to find it. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
List[Dict]
Returns one row per tracked competitor: url, mode.
Fields: url, mode
Example:
[
{
"url": "semrush.com/",
"mode": "subdomains"
}
]
