Google Maps Email Extractor 🥇 📧 avatar

Google Maps Email Extractor 🥇 📧

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Google Maps Email Extractor 🥇 📧

Google Maps Email Extractor 🥇 📧

logical_scrapers/google-maps-email-extractor
Try for free

2 hours trial then $19.99/month - No credit card required now

The most comprehensive google maps scraper. Extract all business information including contact email addresses and social media profiles from Google Maps listings. This actor helps you build comprehensive contact databases for lead generation, market research, and business outreach.

Google Maps Contact & Social Media Extractor

Extract business contact information including email addresses and social media profiles from Google Maps listings. This actor helps you build comprehensive contact databases for lead generation, market research, and business outreach.

Purpose

This actor helps you:

  • Find businesses in specific locations
  • Extract comprehensive business details
  • Discover contact information including email addresses
  • Build targeted contact lists efficiently

Features

  • Targeted Search: Search businesses by type and location
  • Rich Data Extraction:
    • Business name and category
    • Rating and number of reviews
    • Complete address
    • Phone numbers
    • Website URLs
    • Operating hours
    • Business status
    • Booking links
    • Google Maps URL
  • Contact Information Discovery:
    • Email addresses from websites
    • Social media profiles:
      • Facebook
      • Instagram
      • Twitter/X
      • LinkedIn
      • YouTube
      • TikTok
      • Pinterest
    • Smart contact page analysis
  • Performance Optimized:
    • Parallel processing
    • Duplicate prevention
    • Smart rate limiting
    • Memory efficient

Input Configuration

1{
2    "searchTerms": ["restaurants"],     // List of business types or keywords to search for
3    "location": "New York",           // Location to search within (e.g., "New York, NY")
4    "maxResults": 100                 // Maximum number of results to collect (default: 10)
5}

Input Parameters

FieldTypeDescription
searchTermsarrayList of business types or keywords to search for
locationstringLocation to search within (e.g., "New York, NY")
maxResultsnumberMaximum number of results to collect (default: 10)

Output Format

The actor saves results to the default dataset in the following format:

1{
2    name: string | null;              // Business name
3    category: string | null;          // Business category
4    rating: number | null;            // Rating (0-5)
5    totalReviews: number | null;      // Number of reviews
6    address: string | null;           // Full address
7    phone: string | null;             // Phone number
8    website: string | null;           // Website URL
9    businessStatus: string | null;    // Operating status
10    hours: {                          // Operating hours
11        open: string;
12        close: string;
13    } | null;
14    bookingLinks: string | null;      // Booking/reservation links
15    googleMapsUrl: string;            // Google Maps listing URL
16    emails: string[];                 // Discovered email addresses
17    socialLinks: {                    // Social media profiles
18        facebook?: string;            // Facebook profile URL
19        instagram?: string;           // Instagram profile URL
20        twitter?: string;             // Twitter/X profile URL
21        linkedin?: string;            // LinkedIn company/profile URL
22        youtube?: string;             // YouTube channel URL
23        tiktok?: string;             // TikTok profile URL
24        pinterest?: string;           // Pinterest profile URL
25    };
26}

Performance Optimization

  • Uses browser pooling
  • Implements smart delays
  • Efficiently manages memory usage
  • Handles pagination automatically

Tips

  1. Start with a small maxResults to test the output
  2. Use specific search terms for better targeting
  3. Include country/city in location for precise targeting
  4. Monitor memory usage for large extractions

Support

  • For technical questions, contact the developer through email at coredev.dan@gmail.com
  • For issues and feature requests, create an issue in the Isuues section
Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 2 days ago