# Summarize Google Maps place reviews with AI

**Use case:** 

Fetch Google Maps reviews for a place and generate an AI summary of themes and sentiment. Ideal for local SEO audits and reputation dashboards.

## Input

```json
{
  "places": [
    "ChIJD2l2k7ZL0YkRC80d-3MV1lM"
  ],
  "searchQueries": [],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "placeId": {
    "label": "Place id"
  },
  "displayName": {
    "label": "Display name"
  },
  "source": {
    "label": "Source"
  },
  "reviewSummaryText": {
    "label": "Review summary text"
  },
  "reviewsUri": {
    "label": "Reviews uri"
  },
  "hasReviewSummary": {
    "label": "Has review summary"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Review Summary Scraper](https://apify.com/rainminer/google-maps-review-summary-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/google-maps-review-summary-scraper) to learn more, explore other use cases, and run it yourself.