# Analyze Tour Operator Reviews for Service Improvement

**Use case:** 

Collect reviews from leading tour operators and travel agencies to understand traveler feedback on itineraries, guides, and overall trip satisfaction. This enab

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Big+Bus+Tours+New+York/@40.7638887,-73.981442,17z/data=!3m1!4b1!4m6!3m5!1s0x89c2585642d627b9:0xf42858b975e54d87!8m2!3d40.7638887!4d-73.9788671!16s%2Fg%2F1hc8c148k?hl=en",
  "maxReviews": 250,
  "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.