# Extract Competitor Hotel Reviews New York City

**Use case:** 

Gather detailed customer reviews for a specific competitor hotel in New York City to understand their strengths and weaknesses. This allows for competitive inte

## Input

```json
{
  "mode": "reviews",
  "searchQuery": "pizza restaurant",
  "location": "New York, NY",
  "maxResults": 5,
  "language": "en",
  "placeUrl": "https://www.google.com/maps/place/The+Standard,+High+Line/@40.7410069,-74.0084364,17z/data=!3m1!5s0x89c259868f185785:0x9331f4164b1820b6!4m8!3m7!1s0x89c259868f615457:0x5e0240d1df63f25d!5m2!4m1!1i2!8m2!3d40.7409276!4d-74.0061266?hl=en",
  "maxReviews": 500
}
```

## 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.