# Analyze Chicago Pizza Restaurant Reviews for Market Trends

**Use case:** 

Scrape a large volume of reviews from a popular Chicago pizza restaurant to identify common customer sentiment and emerging food trends. This provides valuable 

## Input

```json
{
  "mode": "reviews",
  "searchQuery": "pizza restaurant",
  "location": "New York, NY",
  "maxResults": 5,
  "language": "en",
  "placeUrl": "https://www.google.com/maps/place/Lou+Malnati's+Pizzeria/@41.8906927,-87.6293902,17z/data=!3m1!5s0x880e2cb038289417:0x56a5c2d618d45131!4m8!3m7!1s0x880e2cb0383b1a2b:0x5e5b3f7a637a28e9!5m2!4m1!1i2!8m2!3d41.8906734!4d-87.6272015?hl=en",
  "maxReviews": 1000
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "review_count": {
    "label": "Review count"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "price_level": {
    "label": "Price level"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps MCP](https://apify.com/crawlerbros/google-maps-mcp) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-maps-mcp) to learn more, explore other use cases, and run it yourself.