Search
GET

/api/v1/search/companies

10 credits

Search companies with filters — keyword, location, size, industry, hiring status.

Try in Playground

Parameters

NameTypeRequiredDescription
keywordstringnoFree-text keyword.
geoUrnstringnoLocation — geo ID(s), comma-separated. Resolve via /geos/name-lookup.
companySizestringnoCompany headcount band. Accepted values: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10,000, 10,001+.
hasJobsstringnoOnly return companies with open jobs. Accepted values: true, false.
industrystringnoIndustry ID(s), comma-separated. Resolve via /g/industry-lookup.
countintegernoResults per page.
startintegernoPagination offset.

Example request

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

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.