Google Maps Reviews Scraper
Pricing
Pay per usage
Google Maps Reviews Scraper
Extract reviews from any Google Maps place: author, rating, text, date. Perfect for reputation monitoring, competitor analysis, and market research. No login required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Leonid
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract reviews from any Google Maps place — one at a time or in bulk. Perfect for reputation monitoring, competitive analysis, and sentiment analysis.
What it does
Given a business name or a Google Maps URL, this Actor collects:
- Author name — who left the review
- Rating — 1 to 5 stars
- Review text — full review content
- Date — when it was posted
- Place info — name and URL of the place
Input examples
Single place by name:
{"queries": ["Eiffel Tower"],"max_reviews": 50}
Multiple places at once:
{"queries": ["Starbucks Times Square", "Blue Bottle Coffee"],"max_reviews": 100,"pause_between_places_sec": 5}
Direct URL:
{"place_urls": ["https://www.google.com/maps/place/..."],"max_reviews": 200}
Output
Each review is saved to the dataset as a JSON object:
{"author": "John Doe","rating": 5.0,"text": "Amazing place, highly recommend!","date": "2 months ago","place_name": "Blue Bottle Coffee","place_url": "https://www.google.com/maps/place/...","scraped_at": "2026-09-15T18:16:40.703712"}
Use cases
- Reputation monitoring — track what customers say about your business
- Competitor analysis — see how competitors are rated
- Market research — collect reviews for sentiment analysis, ML training, etc.
- Lead generation — find unhappy customers of competitors
- Local SEO — analyze review patterns across locations
Pricing
Pay only for what you use. Billed per 1,000 reviews collected.
Notes
- No login required
- Works with any language
- Handles places with thousands of reviews
- Polite scraping (rate limiting built-in)
Legal
This Actor collects only publicly available data from Google Maps. It does not access any private information, does not bypass authentication, and respects Google's rate limits. Users are responsible for complying with Google's Terms of Service and any applicable laws (GDPR, CCPA, etc.) when using the collected data.
Support & feedback
Found a bug? Have a feature request? Open an issue or contact the developer through the Apify platform. We usually respond within 24–48 hours.