Google Maps Email Scraper avatar

Google Maps Email Scraper

Pricing

Pay per usage

Go to Apify Store
Google Maps Email Scraper

Google Maps Email Scraper

Search Google Maps for any business type in any location. Returns business name, address, phone, website, and rating. Then visits each website to extract email addresses. Input: search queries like "plumbers in Dallas TX". Output: structured business contact data with emails.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Benny

Benny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Google Maps Business Email Scraper

Search Google Maps for any business type in any city. Get names, addresses, phones, websites, ratings — and emails scraped from each business's website.

What it does

  1. Takes search queries like "plumbers in Dallas TX"
  2. Pulls business listings from Google local search results
  3. Visits each business's website to find email addresses
  4. Returns everything as structured JSON

Input

{
"searchQueries": [
"plumbers in Dallas TX",
"hvac companies in Houston TX",
"web design agencies in Miami FL"
],
"maxResults": 20
}

searchQueries — Google Maps search terms. Be specific: include the business type and location.

maxResults — max businesses to extract per query.

Output

{
"query": "plumbers in Dallas TX",
"name": "Dallas Pro Plumbing",
"address": "123 Main St, Dallas, TX",
"phone": "(214) 555-1234",
"website": "https://dalllasproplumbing.com",
"rating": "4.8",
"emails": ["info@dallasproplumbing.com"]
}

Use cases

  • Local lead generation: find businesses in any niche and city
  • Cold outreach: build email lists for specific industries
  • Competitive analysis: map out businesses in a market
  • Agency prospecting: find potential clients by location and type