Resolve Company Identity
resolve_company_identityResolves any combination of company name, domain, or LinkedIn URL into the canonical identity with confidence scores and match method, cross-checking inputs and flagging conflicts.
Instructions
Resolve any combination of company name, domain, or LinkedIn URL into one canonical company identity: the name, primary domain, and LinkedIn company URL, each with a 0-100 confidence score plus an overall score and a match method. Cross-checks the inputs you give it, resolves the ones you do not, and flags conflicts (a domain and a LinkedIn slug that disagree) instead of merging them. Login-free and public-data only. Returns flat Clay-ready JSON. Read-only; requires an APIFY_TOKEN and consumes Apify credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | Company name, e.g. Stripe. Provide at least one of company_name, domain, or linkedin_url. | |
| domain | No | Bare company domain, e.g. stripe.com. The strongest canonical key when provided. | |
| linkedin_url | No | LinkedIn company URL (https://www.linkedin.com/company/stripe) or bare slug (stripe). | |
| skipCache | No | Force a fresh resolution and ignore the 7 day result cache. |