Search, Order & Retrieve
Every report product is delivered through the same three steps - learn the pattern once and it applies to every report in the catalog.
- 1Search
Find the target and get its unique identifier.
- 2Submit Order
Order the report. Credits are deducted here.
- 3Retrieve Data
Poll or take the webhook, fetch the dataset.
- Search - resolve the target company or individual to its unique identifier. Search supports exact and fuzzy matching.
- Order - submit a data-service order for the target. The order is validated, credits are deducted, and an order number is returned.
- Retrieve - fetch the dataset with the order number: poll about every 10 seconds (at most 5 requests/second), or skip polling and receive a webhook when the order is ready. If an order can't be fulfilled it is refunded automatically.
The shared endpoints behind these steps — with parameters, response dictionaries and a per-report selector — are documented in API Reference (sign-in required).