You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.
We are trying to fetch multiple records for bars+restaurants category, But every time we are requesting with offset change , we are getting same results.
In both cases results are same. But we need atleast 60 -70 unique records for our application. will it be possible to get more that 20 unique records ?
Quick reply would be very helpful.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are integrating YELP api in our Application,
We are trying to fetch multiple records for bars+restaurants category, But every time we are requesting with offset change , we are getting same results.
We are using: http://api.yelp.com/business_review_search?term=bar+restaurants&lat=37.77492950&long=-122.41941550&limit=10&offset=1&radius=25&ywsid=MY_CONSUMER_KEY
and
http://api.yelp.com/business_review_search?term=bar+restaurants&lat=37.77492950&long=-122.41941550&limit=10&offset=2&radius=25&ywsid=MY_CONSUMER_KEY
In both cases results are same. But we need atleast 60 -70 unique records for our application. will it be possible to get more that 20 unique records ?
Quick reply would be very helpful.
Thanks in advance.
The text was updated successfully, but these errors were encountered: