enrich_company
Enrich a company: registry record + discovered contacts in one payload.
Resolves the firm's ONRC record (identity incl. its registered website),
crawls that website for emails / phones / socials, and returns the company
detail plus quality-labelled contacts (each with a confidence and source)
in a single call. Results are cached durably (keyed by the crawled domain)
so re-crawling the same site is avoided.
Args:
cui: Romanian tax identification number (CUI), e.g. "2816464".
website: Optional website override. When omitted, the firm's registered
website is used (falling back to an error if none is on file).
max_pages: Max pages to crawl (1-20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cui | Yes | ||
| website | No | ||
| max_pages | No |