Google Maps Lead Enricher — Extract Business Data with Emails avatar

Google Maps Lead Enricher — Extract Business Data with Emails

Pricing

from $0.00005 / actor start

Go to Apify Store
Google Maps Lead Enricher — Extract Business Data with Emails

Google Maps Lead Enricher — Extract Business Data with Emails

Search Google Maps by keyword, location, or coordinates. Extract business names, addresses, phones, websites, ratings, and enriched email addresses for lead generation and sales prospecting.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

Wingman

Wingman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Actor: Google Maps Lead Enricher

Extract structured business listings from Google Maps and enrich them with verified contact data. Search by keyword, location, or coordinates — get business names, addresses, phone numbers, websites, ratings, and extracted emails.

Features

  • Search by query + location: "plumber Austin TX" or "restaurant near me"
  • Coordinate search: Search by latitude/longitude + radius
  • Email enrichment: Visits business websites to discover contact emails
  • Structured output: JSON/CSV/Excel ready for CRM import
  • Pagination control: Limit results or scrape all available
  • Proxy support: Uses Apify Proxy for reliable access
  • Scheduling: Set and forget via Apify scheduler

Use Cases

  • Lead generation for local businesses
  • Sales prospecting territory research
  • Real estate market analysis
  • Competitive landscape mapping
  • Direct marketing campaign building

Input

{
"searchQueries": ["plumber Austin TX", "dentist Miami FL"],
"coordinates": { "lat": 30.2672, "lng": -97.7431, "radius": 5000 },
"maxResults": 100,
"enrichEmails": true,
"language": "en"
}

Output

{
"businessName": "Austin Plumbing Pros",
"address": "123 Main St, Austin, TX 78701",
"phone": "+1-512-555-0142",
"website": "https://austinplumbingpros.com",
"rating": 4.7,
"reviewsCount": 234,
"businessStatus": "OPEN",
"priceLevel": "$$",
"categories": ["Plumber", "Drain Service"],
"email": "info@austinplumbingpros.com",
"emailSource": "website_scrape",
"coordinates": { "lat": 30.2672, "lng": -97.7431 },
"googleMapsUrl": "https://maps.google.com/...",
"plusCode": "XXX+XX Austin, TX"
}

Pricing

  • Pay per result: $0.001 per result ($1 per 1,000 leads)
  • Free tier: Comes with Apify $5 monthly credit

How It Works

  1. Enter search terms or coordinates
  2. Actor searches Google Maps via Playwright browser
  3. Extracts all visible business data
  4. Optionally visits each website to find email addresses
  5. Saves structured data to Apify Dataset

Changelog

v1.0.0 (2026-07-09)

  • Initial release
  • Google Maps search by query + location
  • Coordinate-based search with radius
  • Business detail extraction
  • Email enrichment from business websites
  • Pagination and rate limiting
  • Apify Dataset output