# Track which apps rank for an App Store keyword

**Use case:** 

See which apps rank for any keyword on the Apple App Store and Google Play — position, title, developer, and rating for competitor tracking.

## Input

```json
{
  "mode": "keyword-rankings",
  "query": [
    "vpn"
  ],
  "stores": [
    "apple",
    "google-play"
  ],
  "countries": [
    "us"
  ],
  "maxResults": 100,
  "aiEnrichment": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "debug": false
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "rankKeyword": {
    "label": "Rank context",
    "format": "string"
  },
  "rankType": {
    "label": "Rank type",
    "format": "string"
  },
  "rankPosition": {
    "label": "Rank",
    "format": "integer"
  },
  "rankDelta": {
    "label": "Rank change",
    "format": "integer"
  },
  "title": {
    "label": "App title",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "integer"
  },
  "url": {
    "label": "Store URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Intelligence Pro - ASO & Rank Tracker](https://apify.com/webdatalabs/app-store-intelligence-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/app-store-intelligence-pro) to learn more, explore other use cases, and run it yourself.