# Photo editor apps: Google Play and App Store ranking by country

**Use case:** 

Search positions for "photo editor" in Google Play and the App Store in the United States, the United Kingdom and Germany: every app each search page shows, with position, developer, rating, installs or rating count, genre and price, and which app holds position 1 in each country.

## Input

```json
{
  "keywords": [
    "photo editor"
  ],
  "apps": [
    "https://play.google.com/store/apps/details?id=org.isoron.uhabits",
    "https://apps.apple.com/us/app/habit-tracker/id1438388363"
  ],
  "stores": [
    "googlePlay",
    "appStore"
  ],
  "countries": [
    "us",
    "gb",
    "de"
  ],
  "language": "en",
  "maxResults": 1000,
  "monitoringMode": false,
  "resetMonitoringState": false,
  "useProxy": true
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "store": {
    "label": "Store",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "string"
  },
  "rankStatus": {
    "label": "Rank Status",
    "format": "string"
  },
  "appName": {
    "label": "App Name",
    "format": "string"
  },
  "appId": {
    "label": "App Id",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "string"
  },
  "appsShown": {
    "label": "Apps Shown",
    "format": "string"
  },
  "change": {
    "label": "Change",
    "format": "string"
  },
  "positionsGained": {
    "label": "Positions Gained",
    "format": "string"
  },
  "previousRank": {
    "label": "Previous Rank",
    "format": "string"
  },
  "isTrackedApp": {
    "label": "Is Tracked App",
    "format": "string"
  },
  "trackedAppInput": {
    "label": "Tracked App Input",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "languageRequested": {
    "label": "Language Requested",
    "format": "string"
  },
  "languageShown": {
    "label": "Language Shown",
    "format": "string"
  },
  "searchUrl": {
    "label": "Search Url",
    "format": "string"
  },
  "searchCorrectedTo": {
    "label": "Search Corrected To",
    "format": "string"
  },
  "searchWasAutoCorrected": {
    "label": "Search Was Auto Corrected",
    "format": "string"
  },
  "appBundleId": {
    "label": "App Bundle Id",
    "format": "string"
  },
  "appSubtitle": {
    "label": "App Subtitle",
    "format": "string"
  },
  "ratingCountText": {
    "label": "Rating Count Text",
    "format": "string"
  },
  "installs": {
    "label": "Installs",
    "format": "string"
  },
  "genre": {
    "label": "Genre",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "priceText": {
    "label": "Price Text",
    "format": "string"
  },
  "isFeaturedCard": {
    "label": "Is Featured Card",
    "format": "string"
  },
  "appleResultType": {
    "label": "Apple Result Type",
    "format": "string"
  },
  "iconUrl": {
    "label": "Icon Url",
    "format": "string"
  },
  "appUrl": {
    "label": "App Url",
    "format": "string"
  },
  "rank1AppId": {
    "label": "Rank1 App Id",
    "format": "string"
  },
  "rank1AppName": {
    "label": "Rank1 App Name",
    "format": "string"
  },
  "isFirstCheck": {
    "label": "Is First Check",
    "format": "string"
  },
  "previousCheckedAt": {
    "label": "Previous Checked At",
    "format": "string"
  },
  "previousRankReadAt": {
    "label": "Previous Rank Read At",
    "format": "string"
  },
  "confirmedByRereading": {
    "label": "Confirmed By Rereading",
    "format": "string"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "input": {
    "label": "Input",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ASO Keyword Rank Tracker & Monitor - Google Play & App Store](https://apify.com/neverempty/app-store-keyword-rank-tracker.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/neverempty/app-store-keyword-rank-tracker.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/neverempty/app-store-keyword-rank-tracker.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
