# Schedule multi-market Google rank tracking

**Use case:** 

Create dated desktop and mobile rank snapshots for apify.com across US and UK Google markets.

## Input

```json
{
  "domains": [
    "apify.com"
  ],
  "keywords": [
    "web scraping",
    "web scraper",
    "website scraper"
  ],
  "locales": [
    {
      "countryCode": "US",
      "languageCode": "en"
    },
    {
      "countryCode": "GB",
      "languageCode": "en"
    }
  ],
  "devices": [
    "desktop",
    "mobile"
  ],
  "maxResults": 100,
  "maxRequestRetries": 2
}
```

## Output

```json
{
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "trackedDomain": {
    "label": "Tracked domain",
    "format": "string"
  },
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "languageCode": {
    "label": "Language",
    "format": "string"
  },
  "device": {
    "label": "Device",
    "format": "string"
  },
  "position": {
    "label": "Organic position",
    "format": "integer"
  },
  "rankingUrl": {
    "label": "Ranking URL",
    "format": "string"
  },
  "title": {
    "label": "Result title",
    "format": "string"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "organicResultsScanned": {
    "label": "Results scanned",
    "format": "integer"
  }
}
```

## About this Actor

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