
$0.29 Comprehensive Google Maps Reviews Scraper
Pricing
$2.99 / 1,000 results

$0.29 Comprehensive Google Maps Reviews Scraper
$0.29 per 1000 reviews Offer ends soon. Scrape reviews from Google Maps using URLs, FIDs, CIDs, or Place IDs. Supports sorting, aggressive or slow scraping modes, and extracts full review details, ratings, images, metadata, and contact info. Perfect for analysis, monitoring, or competitive research.
5.0 (1)
Pricing
$2.99 / 1,000 results
2
Total users
3
Monthly users
3
Runs succeeded
75%
Last modified
3 hours ago
You can access the $0.29 Comprehensive 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.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "startUrls": [10 { "url": "https://maps.app.goo.gl/BQNVgPnuDww7F7aRA" },11 { "url": "https://www.google.com/maps/place/Hampton+Inn+%26+Suites+Roanoke-Downtown/@37.2687369,-79.9391535,14.73z/data=!4m9!3m8!1s0x884d0d95b0b19295:0xc0bf006c6a5a17d3!5m2!4m1!1i2!8m2!3d37.270292!4d-79.9395061!16s%2Fg%2F11bzs4br2k?entry=tts&g_ep=EgoyMDI1MDYyMy4yIPu8ASoASAFQAw%3D%3D&skid=f33f2608-2d76-4e9b-8cdb-bfe582c81cac" },12 ],13 "FIDs": [14 "0x89c25966dcad44b7:0x5cb022a289de6b19",15 "0x884d0dbf157cd65f:0x5630f57d22fcf53f",16 ],17 "CIDs": [18 "15792901685599310349",19 "16906389583988522837",20 ],21 "PlaceIds": [22 "ChIJ_eznr00MTYgRfQsuJnMnrJA",23 "ChIJ3W6-1JQNTYgR88bV-bmaQsQ",24 ],25}26
27# Run the Actor and wait for it to finish28run = client.actor("blueorion/comprehensive-google-maps-reviews-scraper").call(run_input=run_input)29
30# Fetch and print Actor results from the run's dataset (if there are any)31print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])32for item in client.dataset(run["defaultDatasetId"]).iterate_items():33 print(item)34
35# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start
$0.29 Comprehensive Google Maps Reviews Scraper API in Python
The Apify API client for Python is the official library that allows you to use $0.29 Comprehensive Google Maps Reviews Scraper API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-client
Other API clients include: