# Research Retail Store Customer Experience via Reviews

**Use case:** 

Extract customer reviews from prominent retail stores to gain insights into in-store experience, product quality, and staff interactions. Retail brands can leve

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Apple+Fifth+Avenue/@40.7638843,-73.9729867,17z/data=!3m1!4b1!4m6!3m5!1s0x89c258ebcd5722cd:0x39a97926715f3333!8m2!3d40.7638843!4d-73.9704118!16s%2Fg%2F1td0s0y2?hl=en",
  "maxReviews": 400,
  "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.