
Google Maps Scraper
Pricing
Pay per event
Go to Store


Google Maps Scraper
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.0 (63)
Pricing
Pay per event
1231
Total users
103.6k
Monthly users
10.3k
Runs succeeded
98%
Issues response
4.2 days
Last modified
a day ago
Popular time's hour is UTC or local time?
Closed
heliotrope_bulb opened this issue
a year ago
Google Map: hours are from 6am to 11. JSON's returned hours are 0 to 17

Ondrej Klinovský (ondrejklinovsky)
a year ago
Hi,
0-17 is an index in a JSON array (first item has index 0, second index 1 etc). Hours are stored in hour
field of each object:
[{"hour": 6,"occupancyPercent": 0},...{"hour": 23,"occupancyPercent": 0}]
heliotrope_bulb
a year ago
I see, thanks!