VOOZH about

URL: https://apify.com/compass/crawler-google-places/api

⇱ πŸ“ Google Maps Scraper API Β· Apify


Pricing

from $1.50 / 1,000 scraped places

Go to Apify Store

Google Maps Scraper

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.

Pricing

from $1.50 / 1,000 scraped places

Rating

4.8

(1515)

Developer

πŸ‘ Compass

Compass

Maintained by Apify

Actor stats

4.5K

Bookmarked

466K

Total users

30K

Monthly active users

1.3 days

Issues response

an hour ago

Last modified

Share

You might also like

Google Maps Scraper

boztek-ltd/google-maps-scraper

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

2K

4.0

Google Maps Scraper $1.5/1k places πŸ“ with emails πŸ“§

microworlds/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.

14K

3.2

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.

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

lukaskrivka/google-maps-with-contact-details

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.

πŸ‘ User avatar

LukΓ‘Ε‘ KΕ™ivka

75K

4.3

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 Reviews Scraper

compass/Google-Maps-Reviews-Scraper

Extract all reviews of Google Maps places using place URLs. Get review text, published date, response from owner, review URL, and reviewer's details. Download scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Google Maps Scraper

crawlerbros/google-maps-scraper

Extract business data from Google Maps including ratings, reviews, contact info, prices, coordinates, and images. Fast scraper with automatic pagination for any location or search query.

233

5.0

Google Maps Scraper

poidata/google-maps-scraper

Quickly extract data from thousands of locations. Scrape Google Maps using keywords, categories, coordinates or GeoJSON polygons. Collect rich business data including addresses, contacts, opening hours, ratings, and more. Export results in multiple formats, run via API and integrate seamlessly.

2.4K

4.9

Google Maps Reviews [From $0.25πŸ’°] Scraper

memo23/google-maps-reviews-scraper

πŸ’°$0.25 per 1,000 reviews, extract all reviews of Google Maps places using place URLs. Get review text, rating, published date, response from owner, review URL, images, and reviewer's details. Download scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

πŸ‘ User avatar

Muhamed Didovic

189

5.0

Google Maps Scraper

vortex_data/google-maps

Stop wasting your budget on slow, resource-heavy browser-based scrapers. This is the fastest, most cost-effective, and data-rich Google Maps scraper on Apify, designed for high-scale lead generation and market research.

251

5.0

You can access the Google Maps Scraper 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/compass~crawler-google-places/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ“ Google Maps Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Google Maps Scraper 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/compass~crawler-google-places/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/compass~crawler-google-places/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/compass~crawler-google-places?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 Scraper API programmatically via the Apify API.

You can choose from:

Google Maps Scraper API in Python

Google Maps Scraper API in JavaScript

Google Maps Scraper API through CLI

Google Maps Scraper OpenAPI definition

You can start Google Maps Scraper 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 Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Google Maps Scraper 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.