# Rating drop watch across several branches

**Use case:** 

Watch several Google Maps listings in one run and get an alert when a branch average rating falls by 0.1 or more, plus any new 1 or 2 star review.

## Input

```json
{
  "places": [
    "ChIJMYwentXB9EcRnD1RBwe9lmo",
    "ChIJreV9aqYWdkgROM_boL6YbwA"
  ],
  "badReviewStars": 2,
  "ratingDropThreshold": "0.1",
  "maxReviewsPerPlace": 20,
  "language": "en",
  "monitorId": "franchise-branches"
}
```

## Output

```json
{
  "name": {
    "label": "Place name",
    "format": "string"
  },
  "currentScore": {
    "label": "Current score",
    "format": "number"
  },
  "reviewStars": {
    "label": "Review stars",
    "format": "number"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "type": {
    "label": "Alert type",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected at",
    "format": "string"
  }
}
```

## About this Actor

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