Google Maps Scraper avatar
Google Maps Scraper

Pricing

Pay per event

Go to Store
Google Maps Scraper

Google Maps Scraper

Developed by

Compass

Compass

Maintained by Apify

Extract data from thousands of Google Maps locations and businesses. Get Google Maps data including reviews, reviewer details, images, contact info, opening hours, location, prices & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

4.1 (61)

Pricing

Pay per event

1185

Total users

100.6k

Monthly users

9.3k

Runs succeeded

99%

Issue response

3.5 days

Last modified

2 hours ago

IJ

Suggestion: Include the Name of Custom Search JSON Property in results data

Open

iJihad opened this issue
a day ago

I use custom search area polygons, with multiple distinct areas. In the Json, i can define features (locations) properties, including the name.

Is it possible to include the location name as defined in the json? It will help a lot knowing which results came from where.

My file Example:

{ "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Polygon", "coordinates": [ [ ...list of coordinates ] ] }, "properties": { "name": "Name of Location", "description": "Description of Location", "styleUrl": "#poly-7CB342-1200-76", "fill-opacity": 0.2980392156862745, "fill": "#7cb342", "stroke-opacity": 1, "stroke": "#7cb342", "stroke-width": 1.2 } } ] }