# Monitor Reviews for Car Dealers & Local Businesses

**Use case:** 

Audit Google Maps reviews for auto dealers and local businesses. Detect fake review removal, rating changes, and owner reply updates in bulk

## Input

```json
{
  "reviewsToCheck": [
    "https://www.google.com/maps/contrib/116847444302916322211/place/ChIJrZVRPORCzoAROW-tGJPpGpE/@34.5842346,-116.2088461,7z/data=!4m6!1m5!8m4!1e1!2s116847444302916322211!3m1!1e1?hl=en-GB&entry=ttu"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxConcurrency": 5,
  "maxProxyRetries": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "reviewer_name": {
    "label": "Reviewer Name",
    "format": "string"
  },
  "review_stars": {
    "label": "Stars",
    "format": "integer"
  },
  "review_text": {
    "label": "Review Text",
    "format": "string"
  },
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "timestamp": {
    "label": "Check Timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Track Google Maps Reviews Changes & Deletions](https://apify.com/scraperpro/google-maps-reviews-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraperpro/google-maps-reviews-tracker) to learn more, explore other use cases, and run it yourself.