# Restaurant Reviews Analysis — Google Maps AI Report

**Use case:** 

Analyze your restaurant'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/Mordisco/@25.8119974,-80.3672594,17z/data=!3m1!4b1!4m6!3m5!1s0x88d9b9f449bdf44d:0x74bf8b4eb7201e9f!8m2!3d25.8119974!4d-80.3646845!16s%2Fg%2F11v19151h1?entry=ttu&g_ep=EgoyMDI2MDYxNi4wIKXMDSoASAFQAw%3D%3D",
  "maxReviews": 150,
  "language": "en",
  "industry": "restaurant",
  "trendAnalysis": true,
  "outputPdf": false,
  "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.