Google Maps Review Scraper
Pricing
Pay per usage
Go to Apify Store
Google Maps Review Scraper
Extract reviews, ratings, phone, address, and hours from Google Maps. Perfect for local SEO, competitor analysis, and lead generation for businesses.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Dima Radov
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
Extract reviews, ratings, and metadata from Google Maps places using browser automation.
Features
- Scrape reviews from specific Google Maps place URLs
- Search for places by keyword (e.g., "restaurants in Miami")
- Extract reviewer names, ratings, dates, and review text
- Get place metadata (name, rating, address)
- Configurable max reviews per place
- Handles dynamic content loading
Input
| Field | Type | Description |
|---|---|---|
| placeUrls | array | Google Maps place URLs to scrape |
| searchTerms | array | Search queries to find places (alternative to URLs) |
| maxReviews | integer | Max reviews per place (default: 100) |
| maxPlaces | integer | Max places when using search (default: 10) |
| includeMetadata | boolean | Include place metadata (default: true) |
Output
Returns one result per place with metadata, review count, and array of reviews. Each review contains: reviewerName, rating, text, date.