A column of URLs becomes employee counts, industries, and numeric ids.
Point one HTTP column at each public company URL. It fills in the fields people filter on, and joins back on the numeric LinkedIn id. Nothing to install, and it runs on any Clay plan that allows HTTP enrichments.
This is the exact JSON a company call returns for linkedin.com/company/stripe, trimmed for width. It came back in under a second and cost 1 credit.
accessible is false for a private or dead page, and that row is free. company.linkedInId is LinkedIn's permanent numeric company id, so it is the stable key to join this data back to your other tables.
CrustAPI is a plain HTTP endpoint, so you use Clay's built-in HTTP API enrichment. About two minutes, no code.
Want to see the shape first? The same call as a one-line curl:
Real field paths from the sample above. Point each Clay column at the path on the left.
| Clay column | Response field | Value in the sample |
|---|---|---|
| Company name | company.name | Stripe |
| Employees (exact) | company.employeeCount | 17103 |
| Industry | company.industry | Technology, Information and Internet |
| Headquarters | company.headquarters | South San Francisco, California |
| Founded | company.founded | 2010 |
| Followers | company.followers | 1625548 |
| Website | company.website | https://stripe.com |
| LinkedIn numeric id | company.linkedInId | 2135371 |
| Accessible flag | accessible | true |
The company call returns company.linkedInId by default, no flag needed (the highlighted row). On the profile call, the company and school ids attached to a person are opt-in with companyId=true and schoolId=true.
One credit per successful company row. Rows that come back accessible: false are free, so a messy list never inflates the bill.
| Rows enriched | Credits | You pay |
|---|---|---|
| 3,000 every month | 3,000 | $0, free tier, no card |
| 25,000 rows | 25,000 | $49 ($1.96 per 1,000) |
| 100,000 rows | 100,000 | $149 ($1.49 per 1,000) |
| 500,000 rows | 500,000 | $549 ($1.10 per 1,000) |
| 2.5 million rows | 2,500,000 | $1,999 ($0.80 per 1,000) |
Packs continue up to 250 million credits for $100,000, which is $0.40 per 1,000. Prices ex-tax.
Credits are prepaid and never expire, so a pack you buy for one Clay project is still there for the next one.
Related: LinkedIn Company API · LinkedIn API · All integrations
Click Add enrichment, search HTTP API, and open the Configure tab. Choose GET, paste https://crustapi.com/v1/linkedin?type=company&url= and type / to pick your company URL column, then add an X-API-Key header with your key. List the fields you want under Field paths to return, like company.employeeCount and company.linkedInId, then hit Test.
It is an HTTP call, and we say so plainly. CrustAPI is one endpoint, so you wire it in with Clay's HTTP API enrichment column rather than a native CrustAPI app. Anything in Clay that can make an HTTP GET can call it, and there is nothing to install.
name, universalName, tagline, description, website, industry, companySize, employeeCount, employeeCountRange, headquarters, locations, companyType, founded, followers, and the numeric linkedInId, all as clean JSON. List the paths you want under Field paths to return. company.linkedInId is a permanent numeric id, so it is the right stable key for joins.
One credit per successful company call. Clay runs the column once per row, so your cost equals the number of rows that return a company. Rows where accessible is false, or a page that is gone, are free. Credits never expire and the free tier is 3,000 a month with no card.
We read only the public, logged-out company page, the same page anyone can open without signing in. There are no fake accounts and no logins involved on our side. A site's terms govern its own logged-in access; what comes back here is data that is public to any visitor.
Start on the free 3,000 credits a month, no card needed. Add one HTTP API column, point it at the company endpoint, and watch employee counts, industries, and numeric ids fill in down the table. Companies that are not accessible cost you nothing.
Get 3,000 free credits