Search local businesses and places
Finds businesses matching a query like ‘coffee shops in Austin’, with address, rating, phone, and coordinates. Each result includes the place_id and data_id used by the place-details, reviews, and photos endpoints. Paginate with page (0, 20, 40, …). Costs 1 data credit per call.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Company ID whose data credits are billed for the call
What to find, e.g. 'coffee shops in Austin'
GPS origin as @latitude,longitude,zoom, e.g. '@40.7455096,-74.0083012,15.1z'
Two-letter country code (default 'us')
Results language (default 'en')
Pagination offset: 0, 20, 40, ...
Look up one specific place by its place ID instead of searching
Advanced filter parameter from a maps URL
'search' (default) for a listing search or 'place' for a single-place lookup
Response
Business listings payload (search_results) — each result carries the place_id/data_id for the place, reviews, and photos endpoints
Business listings payload. search_results holds the listings (title, address, rating, reviews, phone, type, gps_coordinates) — each includes the place_id and data_id needed by the place, reviews, and photos endpoints. Paginate with the page parameter (0, 20, 40, ...).

