# Negative Google Review Alerts for Agency Clients

**Use case:** 

Agencies get a nightly sweep across every client's Google profile that pings you only when a fresh 1-2 star review lands, plus a weekly recap.

## Input

```json
{
  "locations": [
    {
      "clientName": "Bright Smile Dental — Austin",
      "googleMapsUrl": "https://www.google.com/maps/place/Bright+Smile+Dental/@30.2672,-97.7431,17z"
    },
    {
      "clientName": "Lakeview Auto Repair — Dallas",
      "googleMapsUrl": "https://www.google.com/maps/place/Lakeview+Auto+Repair/@32.7767,-96.7970,17z"
    },
    {
      "clientName": "Pine Street Cafe — Houston",
      "googleMapsUrl": "https://www.google.com/maps/place/Pine+Street+Cafe/@29.7604,-95.3698,17z"
    }
  ],
  "maxReviewsPerRun": 50,
  "onlyNewSinceLastRun": true,
  "alertOnNewReviews": false,
  "alertOnNegativeReviews": true,
  "negativeRatingThreshold": 2,
  "trackOwnerReplies": true,
  "detectRatingDrops": true,
  "generateAiSummary": true,
  "generateReplyDrafts": false,
  "aiModel": "gpt-4o-mini",
  "weeklyReport": false,
  "webhookUrl": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "clientName": {
    "label": "Client / Location",
    "format": "text"
  },
  "overallRating": {
    "label": "Rating",
    "format": "number"
  },
  "counts": {
    "label": "Counts (new/neg/unanswered/urgent)",
    "format": "object"
  },
  "ratingChange": {
    "label": "Rating change",
    "format": "object"
  },
  "agencySummary": {
    "label": "Summary",
    "format": "text"
  },
  "reportUrl": {
    "label": "Report",
    "format": "link"
  },
  "syncStatus": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Reviews Monitor — Multi-Location Alerts & Reports](https://apify.com/dami_studio/google-reviews-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/google-reviews-monitor) to learn more, explore other use cases, and run it yourself.