# Keyword Rank Tracker for a Domain

**Use case:** 

Use a keyword rank tracker for a domain and multiple queries. Export positions, ranking URLs, and competitors for repeatable SEO monitoring.

## Input

```json
{
  "domain": "konabayev.com",
  "keywords": [
    "best rank tracker",
    "apify web scraping"
  ],
  "maxResults": 10,
  "delayMs": 500
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "rankStatus": {
    "label": "Rank Status",
    "format": "string"
  },
  "url": {
    "label": "Ranking URL",
    "format": "string"
  },
  "topCompetitorDomain": {
    "label": "Top Competitor",
    "format": "string"
  },
  "totalResults": {
    "label": "Parsed Results",
    "format": "integer"
  },
  "resultDepth": {
    "label": "Requested Depth",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keyword Rank Tracker API](https://apify.com/tugelbay/keyword-rank-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/keyword-rank-tracker) to learn more, explore other use cases, and run it yourself.