Reputation: 771
I am trying to use the Yelp API to get a list of english-language reviews using a variety of search terms, such as 'food', 'hotel', etc. I only get non-english reviews, despite the fact that I'm including the lang and lang_filter parameters.
Here, without any oAuth stuff, is the general url I am requesting from my application:
The bounds parameter narrows my search to around Amsterdam in The Netherlands.
I've, of course, tried many url request variations, using city, state instead of bounds for location, removing the lang_filter param, adding country code filter, etc. Does anyone know how I can get only english-language reviews?
Strangely, if I go to Yelp's website and do the search for "food" for Amsterdam, I get ONLY english results, so I know those english articles are there.
Upvotes: 0
Views: 265
Reputation: 771
From Yelp Support:
we do not currently have a way to restrict the snippet text to a specific language unfortunately. This is true of the site in general right now including www, not just the API.
Upvotes: 0