search-organizations
Reference of the search-organizations response: the hit list with core fields per company. Each hit’s entity_id is the most reliable starting point for fetch-organization.
Response object
| Key | Type | Description |
|---|---|---|
| results | array | Hit list according to skip/limit. |
| total | number | Total number of hits; capped for large result sets. |
| total_exact | boolean | true when total is exact; false when it is a lower bound or approximation. |
| total_relation | string | Qualification of total (e.g. unknown). |
| meta | object | Billing information: request_credit_cost and credits_remaining. |
results[]
| Key | Type | Description |
|---|---|---|
| entity_id | string | Stable company ID for follow-up requests. |
| name | string | Company name. |
| purpose | string | Business purpose. |
| address | object | Business address: street, house_number, postal_code, city, county, state, country, coordinates. |
| registration | object | Register reference: court, register_type, register_number. |
| registration_date | string | Date of first registration. |
| status_normalized | string | null | Normalized status where available. |
| _match_context | array | Internal match hints for the query; can be empty. |