# Build Apple App Store datasets for ASO research

**Use case:** 

Create Apple App Store datasets for ASO research with app metadata, ratings, genres, storefront data, and optional public reviews.

## Input

```json
{
  "mode": "search",
  "targets": [
    "habit tracker",
    "budget planner"
  ],
  "country": "us",
  "maxAppsPerTarget": 25,
  "chartCollection": "top-free",
  "includeReviews": true,
  "reviewLimit": 5,
  "reviewSort": "mostRecent"
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "chartCollection": {
    "label": "Chart",
    "format": "string"
  },
  "sourceRank": {
    "label": "Rank",
    "format": "integer"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "primaryGenre": {
    "label": "Genre",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "integer"
  },
  "version": {
    "label": "Version",
    "format": "string"
  }
}
```

## About this Actor

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