
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.2 (83)
Pricing
Pay per event
1377
Total users
113K
Monthly users
15K
Runs succeeded
98%
Issues response
3.9 days
Last modified
2 days 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!