# App Store review regression check after a release

**Use case:** 

Scan the newest App Store reviews of your iOS app and get the 1 and 2 star ones with the app version, to see which release started the complaints.

## Input

```json
{
  "appIds": [
    "https://apps.apple.com/us/app/whatsapp-messenger/id310633997"
  ],
  "countries": [
    "us"
  ],
  "maxStars": 2,
  "maxPagesPerApp": 2,
  "includeBaselineInOutput": true,
  "monitorId": "release-watch"
}
```

## Output

```json
{
  "reviewId": {
    "label": "Review id",
    "format": "string"
  },
  "appId": {
    "label": "App id",
    "format": "string"
  },
  "monitorKey": {
    "label": "Monitor key",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "appStoreUrl": {
    "label": "App store url",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "appVersion": {
    "label": "App version",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated at",
    "format": "string"
  },
  "isNewSinceLastRun": {
    "label": "Is new since last run",
    "format": "boolean"
  },
  "isBaseline": {
    "label": "Is baseline",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Negative Reviews Alert & Monitor](https://apify.com/davidbenittah/appstore-negative-review-digest) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/appstore-negative-review-digest) to learn more, explore other use cases, and run it yourself.