# Apple App Store UK Keyword Research

**Use case:** 

Discover UK Apple App Store keyword rankings, app metadata, ratings, prices, genres, and competitor positions for ASO research.

## Input

```json
{
  "keywords": [
    "budget planner",
    "receipt scanner"
  ],
  "countries": [
    "gb"
  ],
  "language": "en_gb",
  "maxResultsPerKeyword": 40,
  "includeDescriptions": true,
  "requestDelayMs": 250
}
```

## 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.