---
title: "Pull electrical contractor profiles without the email step"
slug: "electrical-contractor-leads-fast"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/electrical-contractor-leads-fast"
actor: "TheBlueBook Contractor Scraper"
actor_url: "https://automationbyexperts.com/apify/thebluebook-scraper"
apify_url: "https://apify.com/fayoussef/thebluebook-scraper/examples/electrical-contractor-leads-fast?fpr=youssef&fp_sid=abe_ex_electrical-contractor-leads-fast"
price: "$0.001"
price_unit: "per result"
---

# Pull electrical contractor profiles without the email step

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.

**Run it:** [Pull electrical contractor profiles without the email step on Apify](https://apify.com/fayoussef/thebluebook-scraper/examples/electrical-contractor-leads-fast?fpr=youssef&fp_sid=abe_ex_electrical-contractor-leads-fast)  
**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&searchTerm=Electrical%20Contractors"
    }
  ],
  "maxItems": 500,
  "disableEmailScrape": true
}
```

## 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

- [Build a list of plumbing contractors with emails](https://automationbyexperts.com/apify/examples/plumbing-contractor-leads-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.

---

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