Discussions

Ask a Question
Back to All

Geo Location filters

I am curious about your geo queries for businesses. Is there any other way to query location as a filter?

Admin(edited)

You can query based off of the following format using our API:
"query": "geoLocation:[longitude,Latitude,radius(integer based on unit), distance unit(mi = miles)]"

example: "query": "geoLocation:[-94.138030,36.182800,0,mi]
this is get the exact geolocation of a business you are searching for.

Marked as answered by Leonard Trahan

Hi Leonard, is that the only way to filter location for businesses?

Admin

As of now that is the only way.
If you have any suggestions feel free to email support@datafiniti.co for new feature or improvement requests.

ok understood... one other thing... is there a way to do compound queries... like "query": "geoLocation:[-94.138030,36.182800,0,mi] and sic:*"

I got it, the 'and' needs to be capitalized.

ο»Ώ