ScrapeField

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.

6credits
GEThttps://api.scrapefield.com/v1/linkedin/company
Try itno key needed6 credits on a real call · 0 here
https://api.scrapefield.com/v1/linkedin/company

In your code

curl -H "Authorization: Bearer $SCRAPEFIELD_KEY" \
  "https://api.scrapefield.com/v1/linkedin/company?url=example"

Parameters

ParameterWhat it does
url
string · one of the company ids
The company page URL.
vanity_name
string · one of the company ids
The part after `/company/` in the URL, e.g. `acme-inc`.
fresh
boolean
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.

FieldWhat it is
company_id
string
LinkedIn's numeric id for the company.
vanity_name
string
The part after /company/ in the page URL.
url
URL
The company page.
name
string
tagline
string · or null
The line under the name.
description
string · or null
The About overview.
website
URL · or null
industry
string · or null
company_size
string · or null
The band LinkedIn prints, e.g. "51-200 employees".
employees_on_linkedin
integer · or null
How many members list it as their employer.
headquarters
object · or null
headquarters.city
string · or null
headquarters.geographic_area
string · or null
State or region.
headquarters.country
string · or null
ISO 3166-1 alpha-2.
company_type
string · or null
As printed: "Privately Held", "Public Company", …
founded
integer · or null
The year.
specialties
array of strings
follower_count
integer · or null
logo_url
URL · or null

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.