简体   繁体   English

Yelp API:检索商家评论

[英]Yelp API : Retrieving reviews of a business

IS there any way I could retrieve all the reviews of a business Using the API ? 有什么办法可以使用API​​检索企业的所有评论?

The sample response here just shows 3 这里的示例响应仅显示3

http://www.yelp.com/developers/documentation/v2/business

In v3 yelp has a reviews API and it returns only three reviews per business. v3 yelp具有评论API,每个企业仅返回three评论。

Yelp Business Reviews v3 Yelp商业评论v3

Unfortunately, yelp restricts reviews access via APIs. 不幸的是,yelp限制了通过API的评论访问。 With the V2.0, it is restricted to just one review snippet, which is also truncated after 40 chars. 在V2.0中,它仅限于一个检查摘要,并且在40个字符之后也会被截断。

An alternate that you could try is to use web scraping platforms such as scrapy. 您可以尝试使用的替代方法是使用web scraping平台,例如scrapy。 Again, the challenge here is that, yelp changes its layout pretty often just to make sure you don't scrape out their data and hence, your scripts will likely fail after sometime. 再次,这里的挑战是,yelp经常更改其布局只是为了确保您不会刮取其数据,因此,脚本可能会在一段时间后失败。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM