简体   繁体   English

使用yelp API查找业务评论

[英]Find business reviews using yelp API

I am using Yelp API for searching business reviews. 我正在使用Yelp API搜索业务评论。

http://api.yelp.com/business_review_search?term=fire-it-up-naperville&location=Naperville, IL 60563&ywsid=xxxxxxxxxxxx http://api.yelp.com/business_review_search?term=fire-it-up-naperville&location=Naperville,IL 60563&ywsid = xxxxxxxxxxxx

we get only 20 reviews at a time. 我们一次只收到20条评论。 But i want to get next page reviews. 但我想获得下一页的评论。 there is no input parameter for getting next page reviews. 没有用于获取下一页评论的输入参数。 Is there any way to get next page reviews via Ylp API. 是否可以通过Ylp API获得下一页评论。

help is appreciated. 帮助表示赞赏。

It seems like the business_review_search endpoint isn't part of the Yelp API 2.0. 似乎business_review_search端点不是Yelp API 2.0的一部分。 The available endpoints are described here . 此处描述可用的端点。

For your request, maybe you should try to add an offset parameter with offset=20 to get the next 20 reviews. 对于您的请求,也许您应该尝试添加一个offset = 20的offset参数来获取接下来的20条评论。

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

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