Search
GET

/api/v1/search/services

10 credits

Search services offered by professionals.

Try in Playground

Parameters

NameTypeRequiredDescription
keywordstringnoFree-text keyword.
geoUrnstringnoLocation — geo ID(s), comma-separated. Resolve via /geos/name-lookup.
serviceCategorystringnoService category ID. Resolve via /g/services-lookup.
profileLanguagestringnoProfile language code — en for English, ch for Chinese, etc.
countintegernoResults per page.
startintegernoPagination offset.

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/search/services"

Example response

A worked example for this endpoint is on its way. In the meantime, try it in the Playground with your API key to see the live shape.