I am using FourSquare api for searching a particular business

https://api.foursquare.com/v2/users/search?name=Spa Gregories&oauth_token=ACCESS_TOKEN

it is giving lots of result but not the result i expect. that is Spa Gregories 2710 Via De La Valle, Ste B-270 San Diego, California 92014 when i use https://foursquare.com/search?q=Spa+Gregories&near=san+diago then i got the exact result. So is their any way to find the business according the location. I have only name and city location to use for Search. I have also checked for the venues option but it asks for longitude and latitude. thnks

link|improve this question

45% accept rate
feedback

2 Answers

Seems you're hitting the user search endpoint instead of the venue search.

Looks like this is the one you want:

https://developer.foursquare.com/docs/venues/search.html

link|improve this answer
feedback

You can do alot with the Foursquare API. See this example with a library the demonstrates making a Foursquare Google Map in realtime. http://www.blueprintinteractive.com/blog/foursquare-google-maps-simplified

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.