> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Rank Tracker Overview

> Get tracked keyword rankings from an Ahrefs Rank Tracker project for a date and device: position, ranking URL, traffic, volume, difficulty, SERP features, location, tags and intents, with position ...

Get tracked keyword rankings from an Ahrefs Rank Tracker project for a date and device: position, ranking URL, traffic, volume, difficulty, SERP features, location, tags and intents, with position and traffic change against a compare date. Free: does not consume API units. Use ahrefs\_list\_projects to find the project\_id and ahrefs\_get\_rank\_tracker\_competitors for share of voice.

|                      |                                    |
| -------------------- | ---------------------------------- |
| **App**              | Ahrefs                             |
| **Operation ID**     | `ahrefs_get_rank_tracker_overview` |
| **Type**             | Action                             |
| **Connection**       | `ahrefs` (required)                |
| **Credits per run**  | Free                               |
| **Agent / MCP tool** | Yes                                |

## Inputs

| 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.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `date`          | string                              | No       | -         | Report date in YYYY-MM-DD format. Defaults to today.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `date_compared` | string                              | No       | -         | Earlier date in YYYY-MM-DD format to compare against; enables position\_prev, position\_diff, traffic\_prev, traffic\_diff and url\_prev.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `device`        | string or SelectableOption          | No       | `desktop` | Rankings for 'desktop' (default) or 'mobile'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `metrics`       | array of string or SelectableOption | No       | -         | Fields to return (keyword is always included). Available: position, position\_prev, position\_diff, url, url\_prev, traffic, traffic\_prev, traffic\_diff, volume, volume\_desktop\_pct, volume\_mobile\_pct, keyword\_difficulty, cost\_per\_click (USD), clicks, clicks\_per\_search, country, location, language, tags, serp\_features, serp\_updated, parent\_topic, target\_positions\_count, best\_position\_kind, best\_position\_has\_thumbnail, best\_position\_has\_video\_preview, keyword\_has\_data, keyword\_is\_frozen, created\_at, is\_branded, is\_commercial, is\_informational, is\_local, is\_navigational, is\_transactional, search\_type\_web, search\_type\_image, search\_type\_news, search\_type\_video. The \*\_prev and \*\_diff fields need date\_compared. Defaults to position, url, traffic, volume, keyword\_difficulty, serp\_features, location, tags. |
| `filters`       | array of FilterItem                 | No       | -         | Filters on the available fields, e.g. position LESS\_THAN 11 or tags CONTAINS 'brand'.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `orders`        | array of OrderItem                  | No       | -         | Sort by one or more fields, e.g. position ASC.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| `limit`         | integer                             | No       | -         | Maximum number of keywords to return. Free endpoint; your Ahrefs plan still caps rows per request.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |

### FilterItem

| Field      | Type                       | Required | Default | Description                                                                                                                                                                             |
| ---------- | -------------------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `field`    | string or SelectableOption | Yes      | -       | The field to filter on, must be one of the current selected metrics or dimensions.                                                                                                      |
| `operator` | string                     | Yes      | -       | The operator to use for filtering. Must be one of the supported values. Use REGEXP\_MATCH to search/filter by multiple OR values like '.*(summer\|holiday).*'                           |
| `value`    | string                     | Yes      | -       | The value to filter by, always as a string: text, a number, or a regex. For IN\_LIST and NOT\_IN\_LIST, pass the values as one comma-separated string such as 'a,b,c', not as an array. |

### OrderItem

| Field       | Type                       | Required | Default | Description                                                                      |
| ----------- | -------------------------- | -------- | ------- | -------------------------------------------------------------------------------- |
| `field`     | string or SelectableOption | Yes      | -       | The field to sort by. must be one of the current selected metrics or dimensions. |
| `direction` | string                     | Yes      | -       | The order to sort by, must be one of 'ASC', 'DESC'                               |

### SelectItem

| 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. |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `List[Dict]`

Returns one row per tracked keyword with keyword plus the selected fields: position, position\_prev, position\_diff, url, url\_prev, traffic, traffic\_prev, traffic\_diff, volume, keyword\_difficulty, cost\_per\_click (USD), clicks, serp\_features (comma-separated), location, language, country, tags (comma-separated), intent flags and more.

**Fields**: `keyword`, `position`, `url`, `traffic`, `volume`, `keyword_difficulty`, `serp_features`, `location`, `tags`

**Example**:

```json theme={"dark"}
[
  {
    "keyword": "google ads audit",
    "position": 19,
    "url": "https://www.marketingauditor.com/",
    "traffic": 1,
    "volume": 350,
    "keyword_difficulty": 0,
    "serp_features": "ai_overview, question, sitelink",
    "location": "United States",
    "tags": null
  }
]
```
