Places
placesSearch for places and points of interest (POI) near a location, filtered by Geoapify category. Returns name, formatted address, categories, lat, lon, and distance from the center point. Example: places({ categories: "catering.restaurant", lat: 48.8584, lon: 2.2945, radius: 1000 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the search center in decimal degrees | |
| lon | Yes | Longitude of the search center in decimal degrees | |
| limit | No | Maximum number of results to return (default 20, max 100) | |
| radius | No | Search radius in meters (default 1000, max 50000) | |
| _apiKey | No | Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key. | |
| categories | Yes | Geoapify place category (or comma-separated list), e.g. 'catering.restaurant', 'commercial.supermarket', 'accommodation.hotel' |