Google Maps Email Extractor avatar

Google Maps Email Extractor

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Google Maps Email Extractor

Google Maps Email Extractor

Extract business emails, phone numbers, and social media links from Google Maps. Search for businesses by query, get contact details, addresses, ratings, and websites enriched with email addresses.

Pricing

from $10.00 / 1,000 results

Rating

5.0

(11)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

12

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract business emails, phone numbers, social media links, and contact details from Google Maps. Search for any type of business in any location and get enriched lead data including email addresses scraped from business websites.

What does Google Maps Email Extractor do?

This actor searches Google Maps for businesses matching your queries, extracts detailed business information (name, address, phone, rating, website), and then visits each business website to find email addresses and social media profiles. Perfect for lead generation, sales prospecting, and market research.

Input Parameters

ParameterTypeRequiredDefaultDescription
searchQueriesstring[]Yes["restaurants in New York"]Search terms for Google Maps. Each query is searched separately.
maxPlacesPerSearchintegerNo20Maximum businesses to extract per search query (1-100).
languagestringNo"en"Language code for Google Maps results (e.g., en, es, fr).
deepEnrichmentbooleanNotrueVisit business websites to extract emails and social links. Disable for faster Google Maps-only data.

Example Input

{
"searchQueries": [
"restaurants in New York",
"dentists in Los Angeles"
],
"maxPlacesPerSearch": 20,
"language": "en",
"deepEnrichment": true
}

Output Fields

FieldTypeDescription
titlestringBusiness name
categoryNamestringPrimary business category
addressstringFull address
phonestringPhone number
websitestringBusiness website URL
totalScorenumberGoogle Maps rating (1-5)
reviewsCountintegerNumber of Google reviews
placeIdstringGoogle Place ID
urlstringGoogle Maps URL
locationobject{lat, lng} coordinates
priceLevelstringPrice range (e.g., $$)
plusCodestringGoogle Plus Code
emailsstring[]Email addresses found on website
socialLinksobjectSocial media profile URLs
scrapedAtstringISO 8601 timestamp
FieldDescription
socialLinks.facebookFacebook page URL
socialLinks.instagramInstagram profile URL
socialLinks.linkedinLinkedIn company/profile URL
socialLinks.twitterTwitter/X profile URL
socialLinks.youtubeYouTube channel URL
socialLinks.tiktokTikTok profile URL

Example Output

{
"title": "Joe's Pizza",
"categoryName": "Pizza restaurant",
"address": "7 Carmine St, New York, NY 10014",
"phone": "+1 212-366-1182",
"website": "https://www.joespizzanyc.com",
"totalScore": 4.4,
"reviewsCount": 12500,
"placeId": "ChIJd3dF_VBZwokRAAFm3WMspbk",
"url": "https://www.google.com/maps/place/Joe's+Pizza/...",
"location": {
"lat": 40.7306,
"lng": -74.0022
},
"priceLevel": "$$",
"plusCode": "P295+HJ New York",
"emails": ["info@joespizzanyc.com"],
"socialLinks": {
"facebook": "https://facebook.com/joespizzanyc",
"instagram": "https://instagram.com/joespizzanyc",
"linkedin": null,
"twitter": "https://twitter.com/joespizzanyc",
"youtube": null,
"tiktok": null
},
"scrapedAt": "2026-03-16T12:00:00+00:00"
}

How It Works

  1. Search — Searches Google Maps for businesses matching your queries
  2. Extract — Visits each business listing to get name, address, phone, rating, website, and more
  3. Enrich — Scans each business website for email addresses and social media links
  4. Output — Saves all data to the dataset in a flat, easy-to-use format

Use Cases

  • Lead generation — Build targeted contact lists for sales outreach
  • Sales prospecting — Find business emails and phone numbers by industry and location
  • Market research — Analyze businesses, ratings, and categories in specific areas
  • Competitor analysis — Map competitors and their online presence
  • Local SEO — Audit business listings and contact information

Tips

  • Search query format: Use natural language like "restaurants in New York" or "plumbers near Chicago, IL"
  • Specific queries work better: "Italian restaurants in Manhattan" yields more relevant results than just "restaurants"
  • Deep enrichment: Disable deepEnrichment if you only need Google Maps data (name, phone, address, rating) — this makes the scraper significantly faster
  • Deduplication: When using multiple queries that may overlap, results are automatically deduplicated by Google Place ID

Limitations

  • Google Maps shows a maximum of ~120 businesses per search area
  • Some businesses don't have websites, so email extraction won't work for those
  • Email addresses are extracted from publicly visible website content only
  • Social media links are found by scanning website HTML for known social media URLs
  • Results depend on Google Maps' search relevance for your query

FAQ

How many businesses can I scrape per run? You can scrape up to 100 businesses per search query. Use multiple queries to cover more businesses.

Does this actor need cookies or login? No. Google Maps search results are publicly accessible without authentication.

Why are some email fields empty? Not all businesses have websites, and not all websites display email addresses publicly. The scraper checks the main page and common contact pages (e.g., /contact, /about).

Can I search in languages other than English? Yes, set the language parameter to your preferred language code (e.g., es for Spanish, fr for French).

How long does a typical run take? A search for 20 businesses with email enrichment typically takes 2-5 minutes. Without enrichment, it's about 1-2 minutes.