# Analyze Dentist Office Reviews for Reputation Management

**Use case:** 

Gather reviews for dental practices in specific regions to understand patient satisfaction and common feedback themes. This helps dentists and healthcare market

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/Tend+Dentistry/@40.7570404,-73.9877477,17z/data=!3m1!4b1!4m6!3m5!1s0x89c25832a82643a1:0xa7d81997d395786b!8m2!3d40.7570404!4d-73.9851728!16s%2Fg%2F11b62v264w?hl=en",
  "maxReviews": 300,
  "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.