# Analyze Restaurant Reviews for Customer Sentiment

**Use case:** 

Extract reviews from top restaurants to understand customer sentiment and identify key areas for improvement. This helps restaurateurs enhance service, menu off

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/The+French+Laundry/@38.2974955,-122.4116496,17z/data=!3m1!4b1!4m6!3m5!1s0x808502f9e4211a51:0x933010186d63e46c!8m2!3d38.2974955!4d-122.4090747!16s%2Fg%2F1tdm2s0b?hl=en",
  "maxReviews": 200,
  "sortBy": "newest",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewText": {
    "label": "Review",
    "format": "text"
  },
  "reviewDate": {
    "label": "Date",
    "format": "text"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  }
}
```

## About this Actor

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