# Hotel Reviews Analysis — Google Maps AI Report

**Use case:** 

Analyze your hotel'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/Holiday+Inn+Miami+-+International+Airport+by+IHG/@25.8050675,-80.2909209,13z/data=!4m13!1m2!2m1!1shotel+en+miami!3m9!1s0x88d9b0b2cc9300c1:0x3cec01916fd6227c!5m2!4m1!1i2!8m2!3d25.8091518!4d-80.2635898!15sCg5ob3RlbCBlbiBtaWFtaZIBBWhvdGVsqgFCEAEqCSIFaG90ZWwoDjIfEAEiG3K8FqBLpBMqxeCTZkosNvbXOBnWpCZU5sU2qzISEAIiDmhvdGVsIGVuIG1pYW1p4AEA!16s%2Fg%2F1tgf8l9l",
  "maxReviews": 150,
  "language": "en",
  "industry": "hotel",
  "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.