# Gyms in Denver CO - Google Maps Leads Scraper

**Use case:** 

Scrape gym and fitness studio listings in Denver, CO from Google Maps with name, phone, address, website, rating and reviews for lead lists.

## Input

```json
{
  "maxItems": 50,
  "searchQuery": "gyms",
  "location": "Denver, CO",
  "language": "en",
  "region": "us",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "fullAddress": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Maps URL",
    "format": "link"
  },
  "claimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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