companies_name_lookup
Search companies by name, with the full firmographic filter set. Cursor-paginated. Same upstream as search_companies — use whichever entry point reads better; they are equivalent. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name (min 3 chars). | |
| limit | No | Results per page, 1-50 (default 20). | |
| cursor | No | Opaque pagination cursor; omit for the first page, then pass pagination.next_cursor from the previous response. | |
| founded | No | Founding year filter. | |
| hq_city | No | HQ city filter (min 3 chars). | |
| website | No | Company website domain filter. | |
| industries | No | Industry name(s), comma-separated. Plain strings — this is the Data API, no id resolution needed. | |
| industries_v2 | No | Industry name(s) on the newer taxonomy, comma-separated. | |
| hq_country_code | No | HQ ISO country code, e.g. us. | |
| staff_count_max | No | Maximum employee count. | |
| staff_count_min | No | Minimum employee count. | |
| follower_count_max | No | Maximum follower count. | |
| follower_count_min | No | Minimum follower count. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Array in the example |