# Apple App Store Review Monitor

**Use case:** 

Collect recent Apple App Store reviews for selected iOS apps to monitor customer feedback, issues, and feature requests.

## Input

```json
{
  "mode": "reviews",
  "searchTerm": "photo editor",
  "appIds": [
    "389801252",
    "284882215"
  ],
  "country": "us",
  "maxItems": 100,
  "includeReviews": false,
  "reviewSort": "mostRecent"
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "content": {
    "label": "Review",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "appVersion": {
    "label": "Version",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "voteCount": {
    "label": "Votes",
    "format": "number"
  }
}
```

## About this Actor

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