# Track your app's keyword rankings daily

**Use case:** 

Track where your iOS app ranks for your target keywords, every day, across any country. Each row shows today's position, yesterday's, and the change — no spread

## Input

```json
{
  "apps": [
    "6448311069"
  ],
  "keywords": [
    "ai chat",
    "chatbot",
    "ai assistant"
  ],
  "stores": [
    "apple"
  ],
  "storefronts": [
    "us",
    "gb",
    "de"
  ],
  "myApp": "6448311069",
  "trackingId": "daily-tracking",
  "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.