# Emergency Plumber Google Maps Leads

**Use case:** 

Scrape emergency plumber leads from Google Maps with phone numbers, websites, ratings, reviews, addresses, and map URLs.

## Input

```json
{
  "locations": [
    "Phoenix, AZ"
  ],
  "searchTerm": "emergency plumber",
  "maxResultsPerLocation": 75,
  "includeWebsiteEmails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "number"
  },
  "name": {
    "label": "Business name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hoursStatus": {
    "label": "Hours/status",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "socialUrls": {
    "label": "Social URLs",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "link"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Plumber Lead Scraper](https://apify.com/automation-lab/plumber-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/plumber-lead-scraper) to learn more, explore other use cases, and run it yourself.