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 (60)

Pricing

Pay per event

1166

Total users

99.3k

Monthly users

9.4k

Runs succeeded

98%

Issue response

4.2 days

Last modified

2 hours ago

JB

Incomplete scraping by Geo Location

Closed

jbartos opened this issue
5 months ago

I want to scrape restaurants in multiple geolocations but the geo location is correct in Nominatim but scraper scrapes only partial area.

Examples: Bangkok Map Definition: https://nominatim.openstreetmap.org/ui/search.html?q=Bangkok Output from Apify: https://console.apify.com/actors/runs/fPTKJ5p4jkstxZTMc#output It seems it scraped only downtown.

Hong Kong Map Definition: https://nominatim.openstreetmap.org/ui/search.html?q=Hong+Kong Output from Apify: https://console.apify.com/actors/nwua9Gu5YrADL7ZDj/tasks/hh7vVAns1XmHNXJ19/runs/19smPSmWL2JbjJhSg#output It seems it scraped only Hong Kong Island.

ondrejklinovsky avatar

Hey,

thanks for the report. We had an outdated polygon of Bangkok in out cache. We've just updated it so the actor should now use the same polygon as Nominatim API shows you.

Regarding Honk Kong, you can see that Nominatim returns two polygons for hong kong: one polygon covers the island and the other covers the state. In such cases it's better to specify the exact location with Nominatim's advanced search options:

"locationQuery": "",
"state": "hong kong"

This will tell Nominatim to use Honk Kong the state, not the island. Note that locationQuery must be empty otherwise it would be used instead of state

JB

jbartos

5 months ago

perfect. thanks. testing it now