Reputation: 51
I want venues of all categories but "Park". How can I exclude "Park" in my foursquare venue search? Can anyone help?
Upvotes: 1
Views: 311
Reputation: 26
You can specify categoryId
(a comma separated list of categories) within your venue search and choose not to include any categories having to do with the types of parks you are talking about. Foursquare Venue Search Doc You can use this method to exclude just one or multiple categories. Here is a list of the Foursquare categories:
Foursquare Venue Categories List
Upvotes: 0
Reputation: 3927
You cannot specify through the API a category to exclude. You can, however, in your application strip out all venues who's categories match the park category.
Upvotes: 1