Yelp / yelp-api

Examples of code using our v2 API
http://yelp.com/developers
MIT License
580 stars 1.09k forks source link

Can't we get accurate result response same as Yelp application provide? #157

Closed supportkaira closed 8 years ago

supportkaira commented 8 years ago

We are using Yelp API as business search API. It seems we are getting too much result which are not related Search Criteria. For example,

  1. We are searching 'Walmart' keyword near "Agora Hills, CA" using Yelp mobile application then we are getting accurate 2 result in that area. But when we use yelp API and do same search, we are getting so many other result which are really not relevant and also not needed. Please suggest.
mittonk commented 8 years ago

@supportkaira : Could you provide one of your responses from the API? Having some concrete problem businesses will help the investigation.

mittonk commented 8 years ago

@supportkaira : Hm, I see the same 20+ businesses when using the API or my phone app --- mostly Walmarts, some Targets; mostly Agoura Hills or Simi Valley.

Perhaps also include a screenshot of the phone that's only showing 2 results? I suspect there's an extra filter or search radius set there.

MarkXMx commented 8 years ago

Same problem: For instance, form the YELP API Console run a search: https://api.yelp.com/v2/search/?term=3 FORTY GRILL&location=340 SINATRA DRIVE, HOBOKEN, NJ you get 30 business, no one is even close to the one provided in the search. Whereas, this is the business: https://www.yelp.com/biz/3-forty-grill-hoboken Is not returned in the 30 results. How is it possible?

mittonk commented 8 years ago

@MarkXMx : I think you're seeing a different issue than @supportkaira . (Maybe you mean "same as #159"?)

https://www.yelp.com/biz/3-forty-grill-hoboken is marked "Closed". The web page has the banner "Yelpers report this location has closed." and it's been closed long enough (looks like ~1.5 years) that it doesn't appear in www.yelp.com searches either.

mittonk commented 8 years ago

Can't reproduce issue, closing.