VOOZH about

URL: https://apify.com/compass/google-maps-reviews-scraper/api

⇱ Google Maps Reviews Scraper API Β· Apify


Pricing

from $0.30 / 1,000 scraped reviews

Go to Apify Store

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.

Pricing

from $0.30 / 1,000 scraped reviews

Rating

4.8

(169)

Developer

πŸ‘ Compass

Compass

Maintained by Apify

Actor stats

676

Bookmarked

44K

Total users

4.7K

Monthly active users

1.3 days

Issues response

2 hours ago

Last modified

Share

You might also like

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

187

5.0

Google Maps Review Scraper

scrapesmith/Google-Maps-Reviews-Scraper

Extract all reviews from Google Maps place URLs, including review text, date, rating, reviewer name and profile link, owner responses, and review URLs β€” with full API support, scheduling, monitoring, and data download capabilities.

299

5.0

Google Maps Reviews Scraper

beatanalytics/google-maps-reviews-scraper

Scrape Google Maps reviews with exact timestamps, date-range filtering, and bulk input. Extract full review text, ratings, author info, owner responses, and photos for any Google Maps place. Export as CSV, JSON, or Excel.

πŸ‘ User avatar

Beat Analytics

25

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.

1.9K

4.0

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

kaix/google-maps-reviews-scraper

πŸ”₯ ~$0.05/1K reviews πŸ”₯ The most comprehensive Google Maps review scraper. Extract reviews with ratings, text, translations, photos, author details, owner responses, structured dining/hotel/attraction data, and 65+ place fields. Supports keyword filtering, sorting.

Google Maps Review Search & Scraper

selective_stake/google-maps-review-search-scraper

Extracts reviews from Google Maps, allowing advanced searches with multiple keywords per location to find specific feedback. Ideal for sentiment analysis and competitor research, it enables targeting by Place ID, URL, or name, with filters for date and rating.

You can access the Google Maps Reviews 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'
<{
< "startUrls": [
< {
< "url": "https://www.google.com/maps/place/Yellowstone+National+Park/@44.5857951,-110.5140571,9z/data=!3m1!4b1!4m5!3m4!1s0x5351e55555555555:0xaca8f930348fe1bb!8m2!3d44.427963!4d-110.588455?hl=en-GB"
< }
< ],
< "maxReviews": 100,
< "language": "en"
<}
<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~google-maps-reviews-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Google Maps Reviews Scraper API

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

You can choose from:

Google Maps Reviews Scraper API in Python

Google Maps Reviews Scraper API in JavaScript

Google Maps Reviews Scraper API through CLI

Google Maps Reviews Scraper OpenAPI definition

You can start Google Maps Reviews 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 Reviews 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 Reviews 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.