🔧 USA Plumbers Scraper — Leads with Phone, Address & Website avatar

🔧 USA Plumbers Scraper — Leads with Phone, Address & Website

Under maintenance

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

Under maintenance

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

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

🔧 USA Plumbers Scraper — Extract Leads with Phone, Address & Website

Scrape plumbing businesses across the United States from Google Maps via Serper.dev API and get structured, CRM-ready lead data instantly. No login required.

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

Requires: Serper.dev API key (set as SERPER_API_KEY environment variable in Apify console).

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 IDChIJIfIePKtZwokRVZ-UdRGkZzs
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 20 US cities for plumbing businesses and returns up to 100 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/?query=place_id:ChIJ...",
"gpsCoordinates": { "latitude": 29.7491, "longitude": -95.4588 },
"placeId": "ChIJIfIePKtZwokRVZ-UdRGkZzs",
"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

  • Uses Serper.dev Google Maps API for reliable, fast results
  • No browser automation needed — direct API calls
  • Automatic pagination (20 results per page)
  • Serper.dev handles rate limiting and proxies internally

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 USERNAME/usa-plumbers-scraper · Report an issue