Overview
The/find-places
endpoint lets you search for a large number of places over 3 different data sources: Overture, Foursquare and Reprompt.
The most use cases is to find places near a given coordinate with a radius.
Interactive Demo
Try it: Click anywhere on the map to set a search location, adjust the parameters, then click “Find Places”Basic Search
The simplest way to find places is by searching within a radius of a specific coordinate.Search by Coordinates and Radius
latitude
(required): Latitude coordinate in decimal degreeslongitude
(required): Longitude coordinate in decimal degreesradius
(optional): Search radius in meters. Default: 500m, Maximum: 10,000m (10km)categories
(optional): Array of place categories to filter results
Multiple Categories
Search for multiple types of places simultaneously:Compare Coffee Chain Coverage
Find multiple chains to compare their coverage in an area:Advanced Search
Search Entire Cities
Search all places within a city boundary - no need for multiple radius searches.Returns first 500 results immediately. For complete datasets with >500 places, results include information about accessing the full dataset.