# Compare Gym Ratings in New York

**Use case:** 

Analyze gyms in New York from Google Maps with ratings, review counts, categories, addresses, websites, phones, and location data for local market research.

## Input

```json
{
  "maxBusinesses": 20,
  "keywords": [
    "gym"
  ],
  "location": "New York, New York",
  "includeDetails": true,
  "batchDetailsPerQuery": 3,
  "requestTimeoutSecs": 20,
  "retryCount": 3,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "totalScore": {
    "label": "Total score"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "reviewsTags": {
    "label": "Reviews tags"
  },
  "reviewsDistribution": {
    "label": "Reviews distribution"
  },
  "reviews": {
    "label": "Reviews"
  },
  "popularTime": {
    "label": "Popular time"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Extractor: Phones, Ratings & Review Counts](https://apify.com/nezha/google-maps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nezha/google-maps-scraper) to learn more, explore other use cases, and run it yourself.