# Agency ASO competitor rank extractor

**Use case:** 

Extract Google Play ASO ranks for several apps and keywords with top-result samples for agency reports.

## Input

```json
{
  "appIds": [
    "com.myfitnesspal.android",
    "com.fitbit.FitbitMobile",
    "com.nike.ntc"
  ],
  "keywords": [
    "fitness",
    "workout",
    "fitness tracker"
  ],
  "country": "US",
  "language": "en",
  "maxRankDepth": 50,
  "includeTopResults": 15,
  "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.