Skip to main content
You have acme.com. You want the LinkedIn company page — and the live firmographics behind it. That’s one call: POST /v1/companies/enrich with domain. We search LinkedIn companies for that host, then scrape the matching page.

The request

Pass the host only — no https://, no www., no path.
https://www.anthropic.com/aboutanthropic.com. domain is a website host, not a LinkedIn slug.
Cost: 1 credit if we find the company. Misses, timeouts, and our errors are free — pay-on-success.

What you get

The same live company record as a LinkedIn-URL enrich. The two fields this recipe is usually for: Plus name, website, industry, current headcount, HQ, funding, and the rest of the company schema.
You can identify a company with one of url, domain, or linkedin_id. Same cost either way.

Then find people there

/v1/profiles/enrich needs a person URL — it does not take a domain. Resolve the company first, then search:
Feed result URLs into profile enrich or a batch job.

Same domain on other company calls

insights and jobs-count accept domain the same way. Company posts currently need url or linkedin_id — resolve first, then list posts.

Next

Enrich a company

Full field list, playground, and error cases.