Crustdata integration (Data, Marketing). Imported from open-connector.
https://api.crustdata.com/company/search
| Param | Type | Required | Description |
|---|---|---|---|
| filters | object | optional | A Crustdata filter condition or nested group using `and` or `or` arrays. |
| fields | array | optional | The response fields or sections to request from Crustdata. |
| sorts | array | optional | The ordered sort rules for a company search request. |
| limit | integer | optional | The number of companies to return per page. |
| cursor | string | optional | The pagination cursor returned by a previous search response. |
/company/search/autocomplete
| Param | Type | Required | Description |
|---|---|---|---|
| field | string | required | The searchable field to autocomplete. |
| query | string | required | The partial text to match. Use an empty string for common values. |
| limit | integer | optional | The maximum number of suggestions to return. |
| filters | object | optional | A Crustdata filter condition or nested group using `and` or `or` arrays. |