Run Scraper
Google Maps Reviews Scraper
The Google Maps Reviews Scraper extracts user reviews from public Google Maps business pages. For each listing, it collects review text, rating, reviewer’s name, review date, and number of likes.
This scraper job is asynchronous. You’ll receive a jobId
, and can fetch results via polling or webhook delivery.
Example Request
Job Parameters
List of full Google Maps place URLs. Each URL should point directly to a business or location page.
Sort order for reviews. One of:
qualityScore
— Relevance (default Google sort)newestFirst
— Most recent reviews firstratingHigh
— Highest-rated reviews firstratingLow
— Lowest-rated reviews first
Getting Results
Webhooks
Receive real-time updates when your scraper job starts, completes, or collects data.
Results API
Use the Results API to fetch your data using the jobId
, with support for polling and pagination.
Stopping a Job
Cancel an active scraper job early if it’s no longer needed or you want to save credits.