# App Store Keyword Ranks Across Countries

**Use case:** 

Check one keyword set across many country storefronts in a single run. $0.001 per keyword-country checked.

## Input

```json
{
  "checks": [
    {
      "keyword": "movies",
      "appId": "363590051",
      "store": "apple",
      "country": "us"
    },
    {
      "keyword": "movies",
      "appId": "363590051",
      "store": "apple",
      "country": "gb"
    },
    {
      "keyword": "movies",
      "appId": "363590051",
      "store": "apple",
      "country": "de"
    },
    {
      "keyword": "movies",
      "appId": "363590051",
      "store": "apple",
      "country": "br"
    },
    {
      "keyword": "movies",
      "appId": "363590051",
      "store": "apple",
      "country": "jp"
    }
  ],
  "monitorId": "example-country-rank-spread",
  "materialityThreshold": 3,
  "confirmationRuns": 1,
  "appleSearchDepth": 100,
  "emitBaselines": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "store": {
    "label": "Store",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "prevRank": {
    "label": "Prev rank",
    "format": "number"
  },
  "newRank": {
    "label": "New rank",
    "format": "number"
  },
  "direction": {
    "label": "Direction",
    "format": "text"
  },
  "observedAt": {
    "label": "Observed at",
    "format": "date"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "reason": {
    "label": "Error reason",
    "format": "text"
  },
  "detail": {
    "label": "Detail",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ASO Rank Tracker API — App Store & Google Play Change Alerts](https://apify.com/kaz_kakyo/aso-rank-delta) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/aso-rank-delta) to learn more, explore other use cases, and run it yourself.