← Back to catalog
geo.place_search
mock data$0.003 / callPlace Search (Geoapify)
Search points of interest (restaurants, pharmacies, hotels, attractions) near a location by category and radius (Geoapify/OSM)
Input schema
latrequired
numberCenter latitude for the search area.
lonrequired
numberCenter longitude for the search area.
lang
stringResult language code (e.g. "en", "de", "ru"). Default: English.
limit
integerMaximum number of results (default 20, max 50).
radius
integerSearch radius in meters (default 1000, max 50000).
categoriesrequired
stringPOI category filter (e.g. "catering.restaurant", "healthcare.pharmacy", "tourism.attraction", "accommodation.hotel"). Multiple categories separated by comma.
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.place_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"lang":"<lang>","limit":0,"radius":0,"categories":"<categories>"}'