# Track Android app rankings in every market

**Use case:** 

Keyword positions on Google Play across any country, with history. Find out which markets you are losing before the downloads drop.

## Input

```json
{
  "apps": [
    "com.openai.chatgpt"
  ],
  "keywords": [
    "ai chat",
    "chatbot"
  ],
  "stores": [
    "google"
  ],
  "storefronts": [
    "us",
    "br",
    "in",
    "id"
  ],
  "myApp": "com.openai.chatgpt",
  "trackingId": "android-global",
  "maxPosition": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "store": {
    "label": "Store"
  },
  "storefront": {
    "label": "Country"
  },
  "appName": {
    "label": "App"
  },
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "isMyApp": {
    "label": "Mine"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "previousPosition": {
    "label": "Prev",
    "format": "number"
  },
  "delta1d": {
    "label": "Δ 1d",
    "format": "number"
  },
  "delta7d": {
    "label": "Δ 7d",
    "format": "number"
  },
  "trend": {
    "label": "Trend"
  },
  "rankStatus": {
    "label": "Status"
  },
  "checkedDepth": {
    "label": "Depth checked",
    "format": "number"
  },
  "totalResults": {
    "label": "Results found",
    "format": "number"
  },
  "best30d": {
    "label": "Best 30d",
    "format": "number"
  },
  "worst30d": {
    "label": "Worst 30d",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "developer": {
    "label": "Developer"
  },
  "genre": {
    "label": "Category"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "appId": {
    "label": "App ID"
  },
  "url": {
    "label": "Store URL"
  },
  "checkedAt": {
    "label": "Checked at"
  }
}
```

## About this Actor

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