---
title: "Build a list of plumbing contractors with emails"
slug: "plumbing-contractor-leads-with-emails"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/plumbing-contractor-leads-with-emails"
actor: "TheBlueBook Contractor Scraper"
actor_url: "https://automationbyexperts.com/apify/thebluebook-scraper"
apify_url: "https://apify.com/fayoussef/thebluebook-scraper/examples/plumbing-contractor-leads-with-emails?fpr=youssef&fp_sid=abe_ex_plumbing-contractor-leads-with-emails"
price: "$0.001"
price_unit: "per result"
---

# Build a list of plumbing contractors with emails

Scrapes plumbing contractor profiles from thebluebook.com search results, then visits each company's own website to find a contact email, and returns company name, phone, email, address, trade categories, MBE, WBE and DBE certifications and project history. A verified B2B list for suppliers and recruiters.

**Run it:** [Build a list of plumbing contractors with emails on Apify](https://apify.com/fayoussef/thebluebook-scraper/examples/plumbing-contractor-leads-with-emails?fpr=youssef&fp_sid=abe_ex_plumbing-contractor-leads-with-emails)  
**Actor:** [TheBlueBook Contractor Scraper](https://automationbyexperts.com/apify/thebluebook-scraper)  
**Pricing:** $0.001 per result

## The input this task runs with

```json
{
  "startUrls": [
    {
      "url": "https://www.thebluebook.com/search.html?region=2&searchsrc=index&class=3370&searchTerm=Plumbing%20Contractors"
    }
  ],
  "maxItems": 200,
  "disableEmailScrape": false
}
```

## What every run returns

- `Company name`
- `Contact name & phone`
- `Email address`
- `Full address`
- `Trade specialties`
- `Licenses & certifications`
- `Service areas (states/regions)`
- `Company size`
- `Years in business`
- `Project history highlights`
- `Website URL`
- `Profile page URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other TheBlueBook Contractor Scraper tasks

- [Pull electrical contractor profiles without the email step](https://automationbyexperts.com/apify/examples/electrical-contractor-leads-fast): Collects electrical contractor profiles from The Blue Book with phone, address, trades, certifications and projects, skipping the visit to each company website so a 500 profile run finishes in a fraction of the time. Turn the email step back on when the list is final.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
