Skip to main content
GET
Search local businesses and places

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Query Parameters

companyId
string
required

Company ID whose data credits are billed for the call

query
string
required

What to find, e.g. 'coffee shops in Austin'

ll
string

GPS origin as @latitude,longitude,zoom, e.g. '@40.7455096,-74.0083012,15.1z'

country
string

Two-letter country code (default 'us')

language
string

Results language (default 'en')

page
integer

Pagination offset: 0, 20, 40, ...

placeId
string

Look up one specific place by its place ID instead of searching

data
string

Advanced filter parameter from a maps URL

searchType
string

'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, ...).