# Denver Plumbers with Phone Numbers - Local Leads

**Use case:** 

Every plumber in Denver from Google Maps with phone number, website, rating and review count. Export to CSV, JSON or Excel. No API key needed.

## Input

```json
{
  "searchTerms": [
    "plumber",
    "emergency plumber"
  ],
  "location": "Denver, CO",
  "maxPlaces": 60,
  "scrollDepth": 8,
  "fetchContactDetails": true,
  "minRating": "4.0",
  "minReviews": 0,
  "onlyWithWebsite": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Place"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews_count": {
    "label": "Reviews"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "hours_summary": {
    "label": "Hours"
  },
  "is_open_now": {
    "label": "Open now"
  },
  "search_term": {
    "label": "Search"
  },
  "maps_url": {
    "label": "Maps"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Scraper - Places, Phone, Website & Reviews](https://apify.com/flash_scraper/google-maps-places) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/google-maps-places) to learn more, explore other use cases, and run it yourself.