# Google Play ASO rank tracker for fitness apps

**Use case:** 

Track Google Play keyword rankings for fitness apps and export competitor top results for ASO reporting.

## Input

```json
{
  "appIds": [
    "com.myfitnesspal.android",
    "com.google.android.apps.fitness"
  ],
  "keywords": [
    "calorie counter",
    "fitness tracker"
  ],
  "country": "US",
  "language": "en",
  "maxRankDepth": 20,
  "includeTopResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "country": {
    "label": "Country"
  },
  "language": {
    "label": "Language"
  },
  "appId": {
    "label": "App ID"
  },
  "foundRank": {
    "label": "Found rank"
  },
  "matchedTitle": {
    "label": "Matched title"
  },
  "matchedDeveloper": {
    "label": "Developer"
  },
  "matchedRating": {
    "label": "Rating"
  },
  "resultsScanned": {
    "label": "Results scanned"
  },
  "status": {
    "label": "Status"
  },
  "checkedAt": {
    "label": "Checked at"
  },
  "foundUrl": {
    "label": "Google Play URL"
  },
  "topResults": {
    "label": "Top results sample"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [ASO Keyword Rank Tracker](https://apify.com/automation-lab/aso-keyword-rank-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/aso-keyword-rank-tracker) to learn more, explore other use cases, and run it yourself.