# Daily 1-star review alert for one iOS app

**Use case:** 

Watch one iOS app in the US App Store on a daily schedule and get only the new 1-star reviews, with the title, the full text and the app version.

## Input

```json
{
  "appIds": [
    "https://apps.apple.com/us/app/whatsapp-messenger/id310633997"
  ],
  "countries": [
    "us"
  ],
  "maxStars": 1,
  "maxPagesPerApp": 1,
  "includeBaselineInOutput": true,
  "monitorId": "daily-1-star-public-example-v2"
}
```

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