
Google Maps Review Search & Scraper
Pricing
Pay per event

Google Maps Review Search & Scraper
Under maintenanceExtracts 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.
0.0 (0)
Pricing
Pay per event
0
1
1
Last modified
3 days ago
Google Maps Place IDs
placeids
arrayOptional
List of Google Maps Place IDs to scrape reviews for. You can provide up to 10 places in total across all fields.
Google Maps URLs
urls
arrayOptional
List of Google Maps URLs to scrape reviews for. Must start with https://www.google.com/maps/place or https://maps.app.goo.gl/. You can provide up to 10 places in total across all fields.
Exact Names
names
arrayOptional
List of exact names as they appear in Google Maps. Used to construct a search URL. You can provide up to 10 places in total across all fields.
Sort Reviews By
sort_by
EnumOptional
Sort order for reviews.
Value options:
"relevance": string"newest": string"highest": string"lowest": string
Default value of this property is "newest"
Search Terms
search_terms
arrayRequired
List of search terms to filter reviews. This is the core feature that makes this scraper unique - you can search for specific keywords within reviews to find targeted feedback.
Oldest Date
oldest_date
stringOptional
Oldest review date to scrape (YYYY-MM-DD format, e.g., '2023-01-15'). Can only be used when sort_by is 'newest'. Scraping will stop when reaching reviews older than this date.
Max Reviews
max_reviews
integerOptional
Maximum number of reviews to scrape per place. If max_reviews_per_search_term is set, this will be the total number of reviews scraped for all search terms for each place.
Default value of this property is 100
Max Reviews Per Search Term
max_reviews_per_search_term
integerOptional
If set, limits the number of reviews scraped for each search term. If not set, all reviews for each search term are scraped (up to max_reviews per place).
Default value of this property is 50
Region
region
EnumOptional
Region code that sets the browser language and, for residential proxies, the country of the IP addresses. Available options: EN, DE, FR, IT, ES, CZ, NL, PL, TR, UK, SE, AT, AU, AZ, BE, BR, BG, KH, CA, CL, HR, DK, EG, FI, GE, GR, HU, IN, ID, JP, LU, LT, LI, MY, MT, MX, NZ, NO, PE, PT, RO, RS, SK, SI, CH, TH, UA, US.
Value options:
"AT": string"AU": string"AZ": string"BE": string"BG": string"BR": string"CA": string"CH": string"CL": string"CZ": string"DE": string"DK": string"EG": string"ES": string"FI": string"FR": string"GE": string"GR": string"HR": string"HU": string"ID": string"IN": string"IT": string"JP": string"KH": string"LI": string"LT": string"LU": string"MX": string"MY": string"MT": string"NL": string"NO": string"NZ": string"PE": string"PL": string"PT": string"RO": string"RS": string"SE": string"SI": string"SK": string"TH": string"TR": string"UA": string"UK": string"US": string
Default value of this property is "US"
Proxy Type
proxy
EnumOptional
Type of proxy to use for scraping.
Value options:
"none": string"datacenter": string"residential": string
Default value of this property is "residential"
Run Headless
headless
booleanOptional
Run the browser in headless mode (no UI).
Default value of this property is true