简体   繁体   中英

Find business reviews using yelp API

I am using Yelp API for searching business reviews.

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. 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.

help is appreciated.

It seems like the business_review_search endpoint isn't part of the 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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