📩📍 Google Maps Email Extractor 🥇

📩📍 Google Maps Email Extractor 🥇

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.

LEAD_GENERATIONAUTOMATIONDEVELOPER_TOOLSApify

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

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!