# Negative App Store reviews in US, FR and DE

**Use case:** 

Watch a single iOS app across the US, French and German App Store storefronts and get the new 1 and 2 star reviews from each country in a single run.

## Input

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

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