๐Ÿ”ง USA Plumbers Scraper โ€” Leads with Phone, Address & Website avatar

๐Ÿ”ง USA Plumbers Scraper โ€” Leads with Phone, Address & Website

Pricing

from $2.00 / 1,000 results

Go to Apify Store
๐Ÿ”ง USA Plumbers Scraper โ€” Leads with Phone, Address & Website

๐Ÿ”ง USA Plumbers Scraper โ€” Leads with Phone, Address & Website

Scrape USA plumbing businesses from Google Maps. Returns business name, phone, address, website, rating, reviews & hours. CRM-ready JSON. No login needed.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

3 days ago

Last modified

Share

๐Ÿ”ง USA Plumbers Scraper โ€” Extract Leads with Phone, Address & Website

Scrape plumbing businesses across the United States directly from Google Maps and get structured, CRM-ready lead data instantly. No login, no external API key, no configuration required โ€” runs out of the box on the default input.

Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

What data does it extract?

FieldExample
Business NameJoe's Plumbing LLC
Phone+1-713-555-0192
Address4821 Westheimer Rd, Houston, TX 77056
CityHouston
StateTX
ZIP Code77056
Websitehttps://joesplumbing.com
Rating4.7
Review Count183
CategoriesPlumber, Water Heater Installation
Business Hours{ monday: "8AMโ€“6PM", ... }
Google Maps URLFull link
GPS Coordinates{ latitude: 29.7491, longitude: -95.4588 }
Place ID0x8640...:0xabc...
Scraped At2026-04-08T12:00:00.000Z

Who is this for?

  • Sales & marketing agencies building local contractor outreach lists
  • Franchise operators researching the competitive plumbing landscape by city
  • Lead generation companies selling verified B2B plumbing contacts
  • AI pipelines that need structured local business data via MCP
  • Real estate & home services platforms enriching contractor directories

How to use

Set Search Queries to your desired locations:

{
"searchQueries": [
"plumbers in Dallas TX",
"emergency plumber Miami FL",
"plumbers near Denver CO"
],
"maxResults": 200
}

Option 2: Auto-expand by city list

Provide a list of cities and the actor generates "plumbers in [city]" queries automatically:

{
"cities": ["Atlanta GA", "Seattle WA", "Portland OR"],
"maxResults": 300
}

Option 3: Direct Google Maps URLs

Paste Google Maps search or business URLs directly:

{
"startUrls": [
{ "url": "https://www.google.com/maps/search/plumbers+in+Chicago" }
],
"maxResults": 100
}

Option 4: Default run (no input required)

Run with zero configuration โ€” the actor automatically searches the top 5 US cities for plumbing businesses and returns up to 20 results.

Output format

Each result is a flat JSON object:

{
"businessName": "Joe's Plumbing LLC",
"phone": "+1-713-555-0192",
"address": "4821 Westheimer Rd, Houston, TX 77056",
"city": "Houston",
"state": "TX",
"zipCode": "77056",
"website": "https://joesplumbing.com",
"rating": 4.7,
"reviewCount": 183,
"categories": ["Plumber", "Water Heater Installation"],
"hours": {
"monday": "8AMโ€“6PM",
"tuesday": "8AMโ€“6PM",
"saturday": "9AMโ€“3PM",
"sunday": "Closed"
},
"googleMapsUrl": "https://www.google.com/maps/place/?q=...",
"gpsCoordinates": { "latitude": 29.7491, "longitude": -95.4588 },
"placeId": "0x8640...:0xabc...",
"source_url": "https://www.google.com/maps/search/plumbers+in+Houston+TX",
"scraped_at": "2026-04-08T12:00:00.000Z"
}

Pricing

This actor uses PAY_PER_EVENT pricing at $0.002 per result โ€” you only pay for what you get.

ResultsCost
100$0.20
500$1.00
2,000$4.00
10,000$20.00

Performance tips

  • Set maxResultsPerQuery to 20โ€“50 for fastest runs
  • Use cities array to cover multiple states systematically
  • For large-scale runs (5,000+), switch proxy config to Residential in settings
  • Schedule daily runs to keep your leads list fresh

Technical notes

  • Scrapes Google Maps directly using a real browser (Playwright) โ€” no third-party API key required
  • Uses residential proxies for reliable, block-resistant results
  • Anti-bot stealth: consent cookie injection, randomized session pool, automation-flag masking
  • Extracts from the search results feed via scrolling (no per-place page navigation)
  • Automatic deduplication by business name per query

This actor extracts publicly available data from Google Maps. Use in compliance with Google's Terms of Service and applicable data privacy laws (GDPR, CCPA). Do not use scraped data for spam or unsolicited outreach without user consent.


Built by muhammadafzal/usa-plumbers-scraper ยท Report an issue