# AI Reply Drafts for Negative Google Reviews

**Use case:** 

Need a fast response to a bad review? Each new low-star Google review returns a ready-to-paste reply draft, skipping ones the owner already answered.

## Input

```json
{
  "locations": [
    {
      "clientName": "Mountain Peak Gym — Boulder",
      "googleMapsUrl": "https://www.google.com/maps/place/Mountain+Peak+Gym/@40.0150,-105.2705,17z"
    }
  ],
  "maxReviewsPerRun": 40,
  "onlyNewSinceLastRun": true,
  "alertOnNewReviews": true,
  "alertOnNegativeReviews": true,
  "negativeRatingThreshold": 3,
  "trackOwnerReplies": true,
  "detectRatingDrops": true,
  "generateAiSummary": true,
  "generateReplyDrafts": true,
  "aiModel": "claude-sonnet-4-6",
  "weeklyReport": true,
  "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.