# Google Business Reputation Monitor

**Use case:** 

Monitor a business's Google reviews over time: rating trajectory, new complaints, unanswered negatives and a ranked attention queue. A daily reputation feed.

## Input

```json
{
  "input": "Domino's Pizza Belfast BT9 6AA",
  "maxReviewsPerPlace": 150,
  "outputProfile": "signals",
  "mode": "auto",
  "places": [
    {
      "query": "Asakusa Restaurant, NW1 1BA",
      "lat": 51.5339984,
      "lng": -0.1383442
    }
  ],
  "placeUrls": [],
  "reviewsOrigin": "google",
  "sort": "newest",
  "language": "en",
  "watchlistName": "demo-reputation",
  "includeReviewImages": true,
  "includeReviewerMetadata": true,
  "failOnPartialCoverage": false,
  "debugCoverage": false,
  "includeClientSummary": true,
  "slackMinEscalationLevel": 2,
  "slackPostDailyBriefing": true,
  "notionArchiveProfile": "summary",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "title": {
    "label": "Place name",
    "format": "string"
  },
  "executiveBrief": {
    "label": "Executive brief",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Reviews Scraper + Reputation Intelligence](https://apify.com/ryanclinton/google-maps-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/google-maps-reviews-scraper) to learn more, explore other use cases, and run it yourself.