UnifyAPI
← Back to catalog

geo.place_search

mock data$0.003 / call

Place Search (Geoapify)

Search points of interest (restaurants, pharmacies, hotels, attractions) near a location by category and radius (Geoapify/OSM)

Geo & Mapsprovider: Geo#geo#geo

Input schema

latrequired

Center latitude for the search area.

number
lonrequired

Center longitude for the search area.

number
lang

Result language code (e.g. "en", "de", "ru"). Default: English.

string
limit

Maximum number of results (default 20, max 50).

integer
radius

Search radius in meters (default 1000, max 50000).

integer
categoriesrequired

POI category filter (e.g. "catering.restaurant", "healthcare.pharmacy", "tourism.attraction", "accommodation.hotel"). Multiple categories separated by comma.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.