Google Maps Scraper with Emails avatar

Google Maps Scraper with Emails

Under maintenance

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Google Maps Scraper with Emails

Google Maps Scraper with Emails

Under maintenance

Scrapes Google Maps for any search query in any country. Extracts business name, phone, email, website, address, category, and rating. Visits each place's website to find email addresses. Built for mass scraping.

Pricing

from $2.00 / 1,000 results

Rating

5.0

(1)

Developer

Ayoub Mansouri

Ayoub Mansouri

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Google Maps Scraper with Emails & Phone Numbers

Extract business leads from Google Maps at scale. Get name, phone, email, address, rating, website, and social media links for any business type in any location worldwide.

Why this scraper?

  • Breaks the 120-result limit — Uses geo-grid technology to split large areas into cells and scrape each one, finding thousands of businesses instead of Google's default 120 cap.
  • Finds emails other scrapers miss — Crawls business websites, scans contact/about pages, and extracts emails hidden inside contact forms (mailto actions, hidden inputs, inline scripts).
  • Extracts social media profiles — Facebook, Instagram, Twitter/X, LinkedIn pulled from business websites automatically.
  • Fast 3-phase pipeline — Phase 1: bulk extraction from search feed. Phase 2: parallel HTTP enrichment for email + social (no browser overhead). Phase 3: targeted browser visits only where needed for phone numbers.
  • Cost-optimized — Website crawling uses direct HTTP (no proxy cost). Resource blocking cuts Google Maps bandwidth by ~70%. Only opens browser tabs when strictly necessary.
  • Crash recovery — State persists across Apify migrations. Large runs resume exactly where they left off.

What you get

FieldExample
nameJohn's Plumbing & Drain Services
categoryPlumber
phone+1 323-422-7485
emailinfo@johnsplumber.com
websitehttps://johnsplumber.com/
address1247 Riverside Dr, Los Angeles, CA 90039
cityLos Angeles
stateCA
zip90039
rating4.9
reviewsCount53
facebookhttps://www.facebook.com/johnsplumbing
instagramhttps://www.instagram.com/johnsplumbing/
twitterhttps://twitter.com/johnsplumbing
linkedinhttps://www.linkedin.com/company/johnsplumbing
googleMapsUrlhttps://www.google.com/maps/place/...

Input examples

Simple search — one keyword, one city

{
"searchStringsArray": ["dentist"],
"locationQuery": "Chicago"
}

Multiple keywords — lead generation campaign

{
"searchStringsArray": [
"plumber",
"electrician",
"HVAC contractor",
"roofer"
],
"locationQuery": "Houston, TX",
"scrapeEmails": true,
"skipClosedPlaces": true
}

International — any language, any country

{
"searchStringsArray": ["restaurant", "café"],
"locationQuery": "Paris",
"language": "fr"
}

Mass scraping — cover an entire metro area

{
"searchStringsArray": ["therapist", "psychologist", "counselor"],
"locationQuery": "New York City",
"maxCrawledPlacesPerSearch": 0,
"maxConcurrency": 5
}

The geo-grid automatically splits the area into ~30 cells at the optimal zoom level, scraping each one to find every listing.

Location baked into keywords

{
"searchStringsArray": [
"dentist Chicago",
"dentist Houston",
"dentist Phoenix"
],
"scrapeEmails": true
}

Fast mode — skip email extraction

{
"searchStringsArray": ["gym", "fitness"],
"locationQuery": "Miami",
"scrapeEmails": false
}

Runs significantly faster. You still get name, phone, address, category, rating, and website.

How email extraction works

The scraper uses a 3-step pipeline to maximize email discovery:

  1. Homepage scan — Visits the business website via fast HTTP request. Uses Crawlee's social.parseHandlesFromHtml to find mailto links, email patterns, phone numbers, and social media profiles.
  2. Contact form extraction — Scans for hidden emails inside <form> elements: action="mailto:...", hidden input values, data attributes, and inline script configurations (catches WordPress Contact Form 7, Formspree, and similar setups).
  3. Sub-page crawl — If no email found on the homepage, automatically discovers and scans contact/about pages on the same domain.

This catches emails that basic scrapers miss — many businesses only expose their email inside a contact form, not as visible text on the page.

How the geo-grid works

Google Maps only returns ~120 results per search. To get full coverage of a city or region:

  1. The actor geocodes your location into a bounding box (via OpenStreetMap Nominatim)
  2. It picks the optimal zoom level based on the area size
  3. It splits the bounding box into a grid of cells
  4. Each cell gets its own Google Maps search, finding results in that specific area
  5. Results are automatically deduplicated by Google Maps place ID

For a city like New York, this creates ~30 cells and can find 500+ unique businesses per keyword.

Tips for getting the most results

  • Use multiple related keywords — "plumber", "plumbing service", "emergency plumber" will each find some unique listings
  • Set maxCrawledPlacesPerSearch to 0 — No limit per grid cell means maximum coverage
  • Increase maxConcurrency to 5-10 for faster runs (default is 5)
  • Deduplication is automatic — The same business found across multiple keywords or grid cells is only included once

Input reference

ParameterTypeDefaultDescription
searchStringsArraystring[]requiredKeywords to search on Google Maps
locationQuerystringCity, region, or country. Auto-geocoded into a geo-grid
startUrlsobject[]Google Maps URLs to scrape directly
maxCrawledPlacesPerSearchinteger0Max results per grid cell. 0 = no limit
placeMinimumStarsnumber0Minimum star rating filter (0-5)
skipClosedPlacesbooleanfalseSkip closed businesses
scrapeEmailsbooleantrueExtract emails and social media from websites
languagestring"en"Google Maps language code
maxConcurrencyinteger5Parallel browser pages (3-10 recommended)
zoominteger0Geo-grid zoom. 0 = auto-detect

Export

Download results from the Apify console as CSV, JSON, or Excel. Connect to Google Sheets, Slack, CRMs, or webhooks via Apify integrations.

Cost

Pay Per Event: $0.005 per place ($5 per 1,000 results).