"query"
with your OpenSearch DSL query defining the search criteria and set the proper x-api-key
. The response will contain a list of company IDs matching the search criteria, that can be later used in the Company Fetch endpoint.
See OpenSearch mapping for Search Company endpoint: OpenSearch Mapping.
Search returns up to 1000 results per page. The pagination works exactly as in the Profile Search endpoint.
Response example:
Authorizations
Body
Search query in the ElasticSearch Query DSL format. Find mapping here
Limit the number of results. If you want to use stable_pagination this parameter must be set to 1000
x <= 1000
Pagination token received in the previous response
When set to true, ensures that pagination results remain consistent, even if the underlying data changes during retrieval. This is useful for retrieving large result sets reliably across multiple requests