# Clinic Reviews Analysis — Google Maps AI Report

**Use case:** 

Analyze your clinic's Google Maps reviews with AI. Get ranked complaints with fixes, praises and a reputation score to boost your rating.

## Input

```json
{
  "placeUrl": "https://www.google.com/maps/place/MD+Now+Urgent+Care+-+West+Flagler,+Miami/@25.7693473,-80.37646,15z/data=!4m10!1m2!2m1!1scl%C3%ADnica+cerca+de+Miami,+Florida!3m6!1s0x88d9b929cd376a2d:0xaa2f68b5ad6398df!8m2!3d25.7693473!4d-80.3574056!15sCiBjbMOtbmljYSBjZXJjYSBkZSBNaWFtaSwgRmxvcmlkYVohIh9jbMOtbmljYSBjZXJjYSBkZSBtaWFtaSBmbG9yaWRhkgESdXJnZW50X2NhcmVfY2VudGVymgEkQ2hkRFNVaE5NRzluUzBWSlEwRm5TVU5VYUhOcVV5MW5SUkFC4AEA-gEECAAQRw!16s%2Fg%2F11b76hwbvy",
  "maxReviews": 150,
  "language": "en",
  "industry": "clinic",
  "trendAnalysis": true,
  "outputPdf": true,
  "openaiApiKey": "***"
}
```

## Output

```json
{
  "business.name": {
    "label": "Business",
    "format": "text"
  },
  "business.averageRating": {
    "label": "Google rating",
    "format": "number"
  },
  "reputationHealth.score": {
    "label": "Reputation score",
    "format": "number"
  },
  "reputationHealth.label": {
    "label": "Status",
    "format": "text"
  },
  "business.reviewsAnalyzed": {
    "label": "Reviews analyzed",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Review Radar](https://apify.com/alijosecruz/review-radar) with a specific input configuration. Visit the [Actor detail page](https://apify.com/alijosecruz/review-radar) to learn more, explore other use cases, and run it yourself.