Get a public LinkedIn company page
Fetch a public LinkedIn company page: name, tagline, description, website, industry, company_size, employees_on_linkedin, headquarters, company_type, founded, specialties and follower_count. Use this to enrich a company from its LinkedIn URL.
https://api.scrapefield.com/v1/linkedin/companyhttps://api.scrapefield.com/v1/linkedin/companyIn your code
curl -H "Authorization: Bearer $SCRAPEFIELD_KEY" \
"https://api.scrapefield.com/v1/linkedin/company?url=example"Parameters
| Parameter | What it does |
|---|---|
url | The company page URL. |
vanity_name | The part after `/company/` in the URL, e.g. `acme-inc`. |
fresh | Skip the cache and fetch now. Charged normally. Not available on trial credits — buy any pack to unlock it. default false |
Response
Returns one linkedin_company. This is a real response, not an abbreviated one — including the fields that come back null, because a field is null when the platform does not show it and you should know which ones those are before you build on them.
{
"data": {
"company_id": "53265455",
"vanity_name": "example",
"url": "https://www.linkedin.com/company/example/",
"name": "Example",
"tagline": "Tools for teams that work with data.",
"description": "We build tools for teams that work with data. Remote-first, founded by engineers, and profitable since our second year.",
"website": "https://example.example",
"industry": "Food and Beverage Services",
"company_size": "2-10 employees",
"employees_on_linkedin": 8,
"headquarters": {
"city": "Brooklyn",
"geographic_area": "New York",
"country": "US"
},
"company_type": "Self-Employed",
"founded": 2011,
"specialties": [
"Data infrastructure",
"Analytics",
"APIs"
],
"follower_count": 197970,
"logo_url": "https://cdn.example/li/logo/example.png"
},
"meta": {
"request_id": "req_7f3ac1e94b2d40f8a1c6e5d2",
"credits_charged": 6,
"credits_remaining": 74218,
"cached": false,
"fetched_at": "2026-09-20T09:12:03Z",
"next_cursor": null
}
}Fields of linkedin_company
A public LinkedIn company page. Named after LinkedIn's own pages, since LinkedIn has no public data API.
| Field | What it is |
|---|---|
company_id | LinkedIn's numeric id for the company. |
vanity_name | The part after /company/ in the page URL. |
url | The company page. |
name | |
tagline | The line under the name. |
description | The About overview. |
website | |
industry | |
company_size | The band LinkedIn prints, e.g. "51-200 employees". |
employees_on_linkedin | How many members list it as their employer. |
headquarters | |
headquarters.city | |
headquarters.geographic_area | State or region. |
headquarters.country | ISO 3166-1 alpha-2. |
company_type | As printed: "Privately Held", "Public Company", … |
founded | The year. |
specialties | |
follower_count | |
logo_url |
What it costs
6 credits per successful call, whether we fetch it or serve it from cache — you pay for the answer, not for how we produced it. Responses are cached for 24 hours and a cached one tells you when the data was actually fetched. A call we fail costs 0 and is refunded automatically.
On the smallest pack that is $4.68 per 1,000 calls; on the largest, $2.40. The full table.