Skip to main content

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” The simplest way to find places is by searching within a radius of a specific coordinate.

Search by Coordinates and Radius

Response:
Key Parameters:
  • latitude (required): Latitude coordinate in decimal degrees
  • longitude (required): Longitude coordinate in decimal degrees
  • radius (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:
Response:

Compare Coffee Chain Coverage

Find multiple chains to compare their coverage in an area:

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.

Search Within Custom Boundaries

Use GeoJSON polygons to search specific neighborhoods or custom areas.