This endpoint allows you to run multiple searches in parallel
This is the most efficient endpoint if you need to run multiple searches in parallel. It can go up to 5000 searches per batch.
Each search needs at least the company_domain
or the company_name
to be given. The company_domain
will usually offer the best results, you can provide both if you want to optimize the results.
You can provide a country_code
in the settings
object, this will help us optimizing the results for each search. If your searches span over different countries, just try to find the most "centric" country.
You can also provide a webhook
url in those settings
, that will be called directly once the bulk search is finished. This will allow you to be notified instantly.
The estimated_duration
is measured in minutes. It is not guaranteed that the search will be over by the time the estimation is reached, but it gives an indication about when you can start querying for your answer.
You can provide an set of custom properties you would like to retrieve when receiving the result. To do so, simply enter those in the form of a map of keys / properties in the custom
field.