Company Enrichment
enrich_companyGet complete company details from public sources: industry, headquarters, employee count, funding, offices, and description.
Instructions
Enrich a single company with full data from public sources (description, industry, headquarters, employee count, funding, offices, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_identifier | Yes | The company to enrich. Accepts any of: a universal_name slug (e.g. "google"), a LinkedIn company URL (e.g. "https://linkedin.com/company/google"), or an encoded DataForB2B ID (e.g. "org_xxx"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | HTTP-style status code, present only when the call failed. | |
| detail | No | Error message, present only when the call failed. | |
| company | No | Full company data (description, industry, headquarters, employees, funding, offices, etc.). |