Search companies with filters — keyword, location, size, industry, hiring status.
Try in Playground| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | no | Free-text keyword. |
| geoUrn | string | no | Location — geo ID(s), comma-separated. Resolve via /geos/name-lookup. |
| companySize | string | no | Company headcount band. Accepted values: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10,000, 10,001+. |
| hasJobs | string | no | Only return companies with open jobs. Accepted values: true, false. |
| industry | string | no | Industry ID(s), comma-separated. Resolve via /g/industry-lookup. |
| count | integer | no | Results per page. |
| start | integer | no | Pagination offset. |
curl -H "X-API-Key: zq_…" \ "https://zooq.dev/api/v1/search/companies"
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.