# Compare your app's rankings against competitors

**Use case:** 

ee exactly where you and your rivals sit for the same keywords. One row per app, sorted by position, with each one's movement over the week.

## Input

```json
{
  "apps": [
    "https://apps.apple.com/us/app/chatgpt/id6448311069",
    "389801252",
    "447188370"
  ],
  "keywords": [
    "photo editor",
    "photo filter"
  ],
  "stores": [
    "apple"
  ],
  "storefronts": [
    "us"
  ],
  "myApp": "6448311069",
  "trackingId": "competitors",
  "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.