# Verify Google Maps Review Removal Takedowns

**Use case:** 

Confirm if your reported Google Maps reviews were successfully removed. Verify takedown requests and get ACTIVE/REMOVED status instantly

## Input

```json
{
  "reviewsToCheck": [
    "https://www.google.com/maps/reviews/data=!4m8!14m7!1m6!2m5!1sCi9DQUlRQUNvZENodHljRjlvT2xKT1JXRkdkbXhFTjNWbWVESTFWbEZYUlhvdFJYYxAB!2m1!1s0x0:0x57656ffbe42744ba!3m1!1s2@1:CAIQACodChtycF9oOlJORWFGdmxEN3VmeDI1VlFXRXotRXc%7C%7C?hl=en-US"
  ],
  "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.