There a way to get the opening hours of google place? I looked for in a several forum and documentations but i didn't find nothing (perhaps only foursquare API expose that information)
Google doesn't expose this information?
Is there any service that expose this? (facebook place, yelp, ecc..)
Thanks so much for all reply
Alberto
The Factual API exposes hours of operation as well. This is in the Restaurant API, which consists of 800k restaurants in the US. The field is structured as a JSON hash where each day of the week is indexed by an integer cf. ISO-8601: 1 = Monday through 7 = Sunday.
Docs - http://developer.factual.com/display/docs/Places+API+-+Restaurants
Demo of restaurant data - http://www.factual.com/data/t/restaurants-us
Example of a restaurant entity.
I guess this is possible now:
https://developers.google.com/places/documentation/details#PlaceDetailsResults
See this gist for sample output if you don't want to make your own Places API key or install node.
They are exposed through the Facebook API. For example, FAO Schwartz in NYC has populated their hours:
Visit the Graph API Explorer https://developers.facebook.com/tools/explorer and type their ID in the box:
155199767827259
I'm pretty sure the Yelp API also exposes this information, but you've got to attribute any Yelp information pretty explicitly.