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 — nohttps://, no www., no path.
https://www.anthropic.com/about → anthropic.com. domain is a website host, not a LinkedIn slug.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.
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:
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.