
Google Maps Scraper
Pricing
Pay per event
Go to Store


Google Maps Scraper
Extract data from thousands of Google Maps locations and businesses, 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 (90)
Pricing
Pay per event
1553
Total users
123K
Monthly users
17K
Runs succeeded
97%
Issues response
3.2 days
Last modified
18 hours 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!