VOOZH about

URL: https://apify.com/lukaskrivka/google-maps-with-contact-details/api

⇱ πŸ“©πŸ“ Google Maps Email Extractor API Β· Apify


πŸ‘ πŸ“©πŸ“ Google Maps Email Extractor avatar

πŸ“©πŸ“ Google Maps Email Extractor

Pricing

from $2.10 / 1,000 scraped places

Go to Apify Store

πŸ“©πŸ“ Google Maps Email Extractor

Extract Google Maps contact details. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Pricing

from $2.10 / 1,000 scraped places

Rating

4.3

(199)

Developer

πŸ‘ LukΓ‘Ε‘ KΕ™ivka

LukΓ‘Ε‘ KΕ™ivka

Maintained by Apify

Actor stats

1.4K

Bookmarked

75K

Total users

2.8K

Monthly active users

2.1 days

Issues response

2 hours ago

Last modified

Categories

Share

You might also like

πŸ“© Google Maps Email Extractor

poidata/google-maps-email-extractor

Quickly collect all business details, including emails, phone numbers, and social media links from Google Maps listings and their websites. Export data as JSON or CSV. Run via API, schedule runs, or integrate with your tools.

2.2K

1.9

Google Maps Phone/Email Extractor

faisalrjbd/google-maps-phone-email-extractor

Extract Google Maps contact details. Scrape phones, emails, websites, social media links, addresses, zip codes, ratings, and reviews from Google Maps business listings. Export as JSON or CSV, run via API, schedule runs, or integrate with other tools.

πŸ‘ User avatar

Mohammad Faisal Ahmad

105

4.1

Google Maps Scraper

compass/crawler-google-places

Extract data from thousands of Google Maps locations and businesses, including reviews, reviewer details, images, contact info, including full name, email, and job title, opening hours, prices & more. Export data, run via API, schedule and monitor runs, or integrate with other tools.

460K

4.8

Google Maps Extractor

compass/google-maps-extractor

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Extract Google Maps Contact Details

gnomonic_coral/google-maps-contact-extractor

Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Google Maps Email Extractor

leadsbrary/google-maps-email-extractor

Search Google Maps by keyword and instantly collect email addresses for each business. Get name, address, phone, website, rating, reviews, GPS coordinates and emails β€” ready to export as CSV, JSON or Excel.

πŸ‘ User avatar

Alexandre Manguis

283

1.3

Enrich Google Maps Dataset with Contacts

compass/enrich-google-maps-dataset-with-contacts

Enrich Google Maps Dataset with Contacts. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

1.7K

3.1

Google Maps Emails Scraper

datarava/google-maps-emails-scraper

Scrape thousands of businesses from Google Maps with their emails and social media profiles. Search by keywords and locations, then automatically visit business websites to extract email addresses and social links in a single run. Built for lead generation and sales prospecting.

563

5.0

Business Websites Ranker

panjan/old-website-finder

This Apify Actor helps you discover underperforming local businesses based on their website quality and online presence. Using Google Places data, it identifies businesses, checks if they have websites, and evaluates technical performance. Ideal for digital marketers, SEO experts, and web agencies.

Local Lead Finder Pro | $4/1K | Lead Score, Tech Stack, Pitch

apivault_labs/local-business-lead-finder-pro

Premium lead finder for web agencies and SDR teams. Scrape YellowPages and auto-enrich every lead with a 0-100 lead score, website tech stack (Wix/WordPress/Shopify), real emails, phone E.164, mobile + SEO audit, and an outreach pitch. CSV export for HubSpot/Pipedrive. 30+ fields per lead.

11

You can access the πŸ“©πŸ“ Google Maps Email Extractor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "searchStringsArray": [
< "restaurant"
< ],
< "locationQuery": "New York, USA",
< "maxCrawledPlacesPerSearch": 50,
< "language": "en",
< "scrapeSocialMediaProfiles": {
< "facebooks": false,
< "instagrams": false,
< "youtubes": false,
< "tiktoks": false,
< "twitters": false
< },
< "maximumLeadsEnrichmentRecords": 0
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/lukaskrivka~google-maps-with-contact-details/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ“©πŸ“ Google Maps Email Extractor API

Below, you can find a list of relevant HTTP API endpoints for calling the πŸ“©πŸ“ Google Maps Email Extractor Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/lukaskrivka~google-maps-with-contact-details/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/lukaskrivka~google-maps-with-contact-details/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/lukaskrivka~google-maps-with-contact-details?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the πŸ“©πŸ“ Google Maps Email Extractor API programmatically via the Apify API.

You can choose from:

πŸ“©πŸ“ Google Maps Email Extractor API in Python

πŸ“©πŸ“ Google Maps Email Extractor API in JavaScript

πŸ“©πŸ“ Google Maps Email Extractor API through CLI

πŸ“©πŸ“ Google Maps Email Extractor OpenAPI definition

You can start πŸ“©πŸ“ Google Maps Email Extractor with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The πŸ“©πŸ“ Google Maps Email Extractor is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the πŸ“©πŸ“ Google Maps Email Extractor run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.