Mopshy Leads - Google Maps Business Scraper & Email Finder avatar

Mopshy Leads - Google Maps Business Scraper & Email Finder

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Mopshy Leads - Google Maps Business Scraper & Email Finder

Mopshy Leads - Google Maps Business Scraper & Email Finder

Under maintenance

Extract unlimited local businesses from Google Maps with emails, phones, ratings, and more. Includes automatic email finder and MX verification. Never gets blocked.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Mopshy Ai

Mopshy Ai

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

๐Ÿ—บ๏ธ Mopshy Leads - Google Maps Business Scraper & Email Finder

The most powerful Google Maps lead generation tool on Apify. Extract unlimited local businesses with verified emails, phone numbers, ratings, and complete contact information. Built by Mopshy AI.

๐Ÿš€ What It Does

Mopshy Leads combines Apify's official Google Maps Scraper with advanced email finding and verification to give you complete, actionable lead data:

  1. Scrapes Google Maps for any business type in any location
  2. Extracts complete data: name, phone, website, rating, reviews, address, category
  3. Finds emails by visiting business websites and checking contact pages
  4. Verifies emails using MX record DNS validation
  5. Sends cold emails automatically via Gmail (optional)
  6. Filters intelligently by rating, reviews, and website presence
  7. Deduplicates across multiple searches

โœจ Key Features

  • โœ… Never breaks - Uses Apify's maintained Google Maps Scraper
  • โœ… High email success rate - 50-60% email find rate
  • โœ… Batch mode - Run multiple searches in one go
  • โœ… Smart filtering - Only get quality leads
  • โœ… Cold email automation - Built-in Gmail SMTP integration
  • โœ… Complete data - 10+ data points per business
  • โœ… Scales easily - Handle 1000+ leads per run

๐Ÿ“Š Example Results

Input:

{
"searchTerms": ["HVAC", "Plumbers"],
"locations": ["Phoenix, AZ", "Scottsdale, AZ"],
"maxPlacesPerSearch": 50,
"minRating": 3.5,
"minReviews": 5,
"scrapeEmails": true
}

Output:

{
"businessName": "Scottsdale Air Heating & Cooling",
"category": "HVAC",
"address": "4747 E Thomas Rd STE F, Phoenix, AZ 85018",
"city": "Phoenix",
"phone": "(602) 834-2160",
"website": "https://www.scottsdaleair.com/",
"email": "service@scottsdaleair.com",
"allEmails": ["service@scottsdaleair.com", "info@scottsdaleair.com"],
"rating": 4.9,
"reviewCount": 847,
"emailVerified": true,
"mapsUrl": "https://www.google.com/maps/place/...",
"scrapedAt": "2026-03-20T14:00:00.000Z"
}

๐ŸŽฏ Perfect For

  • Lead generation agencies - Build targeted prospect lists
  • Sales teams - Find decision-makers with verified emails
  • Marketing agencies - Cold email outreach campaigns
  • Local businesses - Competitor research and market analysis
  • Recruiters - Find businesses hiring in specific industries

๐Ÿ’ฐ Pricing

Pay-per-use compute:

  • 100 businesses + emails: ~$0.15
  • 500 businesses + emails: ~$0.75
  • 1000 businesses + emails: ~$1.50

Much cheaper than:

  • Outscraper: $49/month for 5000 credits
  • ZoomInfo: $15,000+/year
  • Apollo.io: $49-99/month

๐Ÿ”ง Input Configuration

Required Fields

  • searchTerms (array): Business types to search for

    • Example: ["HVAC", "Plumbers", "Electricians"]
  • locations (array): Cities or regions to search

    • Example: ["Phoenix, AZ", "Dallas, TX", "Miami, FL"]

Optional Fields

  • maxPlacesPerSearch (number, default: 50): Results per search term + location combo
  • minRating (number, default: 3.5): Skip businesses below this rating
  • minReviews (number, default: 5): Skip businesses with fewer reviews
  • onlyWithWebsite (boolean, default: true): Filter out businesses without websites
  • scrapeEmails (boolean, default: true): Find emails from business websites
  • verifyEmails (boolean, default: true): Verify emails using MX records

Cold Email Settings (Optional)

  • sendColdEmail (boolean, default: false): Automatically send emails
  • gmailUser (string): Your Gmail address
  • gmailAppPassword (string): Gmail App Password (generate here)
  • emailSubject (string): Subject line with placeholders
  • emailBody (string): Email body with placeholders

Available placeholders:

  • {{businessName}} - Business name
  • {{category}} - Business category
  • {{city}} - City name
  • {{phone}} - Phone number
  • {{website}} - Website URL
  • {{rating}} - Star rating

๐Ÿ“– How to Use

1. Basic Lead Scraping

{
"searchTerms": ["law firms"],
"locations": ["Dallas, TX"],
"maxPlacesPerSearch": 100,
"scrapeEmails": true
}

2. Multi-Industry, Multi-City

{
"searchTerms": ["HVAC", "Plumbers", "Electricians"],
"locations": ["Phoenix, AZ", "Scottsdale, AZ", "Tempe, AZ"],
"maxPlacesPerSearch": 50,
"minRating": 4.0,
"minReviews": 10
}

3. With Cold Email Automation

{
"searchTerms": ["dental practices"],
"locations": ["Miami, FL"],
"scrapeEmails": true,
"sendColdEmail": true,
"gmailUser": "you@gmail.com",
"gmailAppPassword": "your-app-password",
"emailSubject": "Quick question about {{businessName}}",
"emailBody": "Hi,\n\nI noticed {{businessName}} is a {{category}} in {{city}}...\n\nBook a call: https://cal.com/yourname"
}

๐Ÿ” Gmail Setup for Cold Emails

  1. Go to Google Account Settings
  2. Generate an "App Password" (NOT your regular Gmail password)
  3. Use that 16-character password in gmailAppPassword
  4. Enable "Less secure app access" if needed

๐Ÿ“ˆ Best Practices

Get More Emails

  • Set onlyWithWebsite: true (businesses without websites rarely have emails)
  • Use specific search terms ("HVAC contractors" vs "HVAC")
  • Target professional services (higher email availability)

Avoid Blocks

  • Keep maxPlacesPerSearch under 100
  • Space out large runs (don't run 10,000 leads at once)
  • Use multiple search term variations instead of one huge search

Better Lead Quality

  • Set minRating: 4.0 or higher
  • Set minReviews: 10 or higher
  • Filter by specific categories

๐Ÿ› ๏ธ Technical Details

Built with:

  • Apify's official Google Maps Scraper (always up-to-date)
  • Playwright for email scraping
  • Nodemailer for Gmail SMTP
  • DNS MX verification for email validation

Data sources:

  • Google Maps (business listings)
  • Business websites (email extraction)
  • DNS servers (email verification)

๐Ÿ†š Why Mopshy Leads?

FeatureMopshy LeadsOutscraperZoomInfoApollo
Email findingโœ… IncludedโŒ Extra costโœ… Includedโœ… Included
Email verificationโœ… MX checkโŒ Noโœ… Yesโœ… Yes
Cold email sendingโœ… Built-inโŒ NoโŒ Noโœ… Yes
Pay-per-useโœ… $0.15/100โŒ $49/monthโŒ $15K+/yearโŒ $49+/month
Never breaksโœ… Maintainedโš ๏ธ Sometimesโœ… Yesโœ… Yes
Batch modeโœ… Yesโœ… Yesโœ… Yesโœ… Yes

๐Ÿ“ž Support & Contact

Built by Mopshy AI - AI automation for local service businesses

๐Ÿ“„ License

MIT License - Free to use commercially

๐Ÿ”„ Changelog

v1.0.2 (2026-03-20)

  • โœ… Apify Google Maps Scraper integration
  • โœ… Email finder with 50-60% success rate
  • โœ… MX email verification
  • โœ… Cold email automation via Gmail
  • โœ… Batch mode for multiple searches
  • โœ… Smart filtering and deduplication

Ready to generate leads? Click "Try for free" above to get started! ๐Ÿš€