# Mobile ASO Competitor Keyword Workflow

**Use case:** 

Compare App Store keyword rankings across countries to monitor competitors, ratings, genres, prices, and ASO keyword opportunities.

## Input

```json
{
  "keywords": [
    "habit tracker",
    "sleep sounds",
    "calorie counter"
  ],
  "countries": [
    "us",
    "ca",
    "au"
  ],
  "language": "en_us",
  "maxResultsPerKeyword": 75,
  "includeDescriptions": true,
  "requestDelayMs": 500
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "number"
  },
  "bundleId": {
    "label": "Bundle ID",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "primaryGenre": {
    "label": "Primary genre",
    "format": "text"
  },
  "averageRating": {
    "label": "Average rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "keywordCandidates": {
    "label": "Keyword candidates",
    "format": "text"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Keyword Discovery Scraper](https://apify.com/automation-lab/app-store-keyword-discovery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/app-store-keyword-discovery-scraper) to learn more, explore other use cases, and run it yourself.