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.
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.
This actor helps you:
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}
Field | Type | Description |
---|---|---|
searchTerms | array | List of business types or keywords to search for |
location | string | Location to search within (e.g., "New York, NY") |
maxResults | number | Maximum number of results to collect (default: 10) |
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}
maxResults
to test the outputYes, 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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!