# Plumber Email List Scraper - Free Google Maps Leads

**Use case:** 

Extract plumber emails, phone numbers and addresses from Google Maps - no API key needed. Build a plumber lead list and export to CSV, Excel or your CRM.

## Input

```json
{
  "searchStringsArray": [
    "plumber"
  ],
  "locationQuery": "New York, USA",
  "maxCrawledPlacesPerSearch": 50,
  "language": "en",
  "maxReviews": 0,
  "reviewsSort": "newest",
  "reviewsOrigin": "all",
  "maxImages": 0,
  "scrapeImageAuthors": false,
  "scrapeReviewsPersonalData": false,
  "scrapeContacts": true,
  "maximumLeadsEnrichmentRecords": 0,
  "scrapeSocialMediaProfiles": {
    "facebooks": true,
    "instagrams": true,
    "youtubes": true,
    "tiktoks": true,
    "twitters": true
  },
  "skipClosedPlaces": false,
  "searchMatching": "all",
  "website": "allPlaces",
  "scrapePlaceDetailPage": true,
  "scrapeTableReservationProvider": false,
  "maxQuestions": 0,
  "maxConcurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Business Name",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "contactInfo": {
    "label": "Contact Info",
    "format": "object"
  }
}
```

## About this Actor

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