API for getting business hours at a location?

前端 未结 7 1630
情歌与酒
情歌与酒 2021-02-02 09:03

Are there any APIs that will provide the hours of operation for a business at a particular location? Google Places, SimpleGeo, and Yelp don\'t seem to expose it. If not, is th

7条回答
  •  一生所求
    2021-02-02 09:43

    Using YQL and JSONP you could gather the data yourself if the API doesn't exist yet.

    http://paul.donnelly.org/2009/07/08/yql-and-jsonp-x/

    http://developer.yahoo.com/yql/guide/yql-code-examples.html#sdk_yql

提交回复
热议问题