# Find app keyword difficulty & popularity scores

**Use case:** 

Score any app keyword by difficulty and popularity across the Apple App Store and Google Play — with competitor counts for ASO research.

## Input

```json
{
  "mode": "keyword-intelligence",
  "query": [
    "habit tracker",
    "meditation",
    "budget planner"
  ],
  "stores": [
    "apple",
    "google-play"
  ],
  "countries": [
    "us"
  ],
  "maxResults": 100,
  "aiEnrichment": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  },
  "debug": false
}
```

## Output

```json
{
  "store": {
    "label": "Store",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "difficultyScore": {
    "label": "Difficulty",
    "format": "number"
  },
  "difficultyLabel": {
    "label": "Difficulty band",
    "format": "string"
  },
  "popularityScore": {
    "label": "Popularity (est.)",
    "format": "number"
  },
  "popularityLabel": {
    "label": "Popularity band",
    "format": "string"
  },
  "competitorCount": {
    "label": "Competitors",
    "format": "integer"
  },
  "popularityDelta": {
    "label": "Popularity change",
    "format": "number"
  },
  "isEstimated": {
    "label": "Popularity estimated",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Intelligence Pro - ASO & Rank Tracker](https://apify.com/webdatalabs/app-store-intelligence-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdatalabs/app-store-intelligence-pro) to learn more, explore other use cases, and run it yourself.