# Google Play package keyword rank monitor

**Use case:** 

Monitor one Google Play app package across ASO keywords and export rank, status, and top competitors.

## Input

```json
{
  "appIds": [
    "com.myfitnesspal.android"
  ],
  "keywords": [
    "calorie counter",
    "food tracker",
    "weight loss"
  ],
  "country": "US",
  "language": "en",
  "maxRankDepth": 50,
  "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.