# Google Reviews Complete Export

**Use case:** 

Export the full review set for a Google Maps place with a coverage audit: claimed vs collected, with a receipt for every review. Bulk-ready, JSON or CSV.

## Input

```json
{
  "input": "Domino's Pizza Belfast BT9 6AA",
  "maxReviewsPerPlace": 300,
  "outputProfile": "signals",
  "mode": "auto",
  "places": [
    {
      "query": "Asakusa Restaurant, NW1 1BA",
      "lat": 51.5339984,
      "lng": -0.1383442
    }
  ],
  "placeUrls": [],
  "reviewsOrigin": "google",
  "sort": "newest",
  "language": "en",
  "includeReviewImages": true,
  "includeReviewerMetadata": true,
  "failOnPartialCoverage": false,
  "debugCoverage": true,
  "includeClientSummary": false,
  "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"
  },
  "coverage": {
    "label": "Coverage audit",
    "format": "object"
  },
  "coverageProof": {
    "label": "Coverage proof ledger",
    "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.