LinkedIn Company Profile avatar

LinkedIn Company Profile

Pricing

$7.00 / 1,000 linkedin company profiles

Go to Apify Store
LinkedIn Company Profile

LinkedIn Company Profile

Extract LinkedIn company profile data: website, industry, size, followers, tagline, locations, and company metadata.

Pricing

$7.00 / 1,000 linkedin company profiles

Rating

5.0

(1)

Developer

Tedd Shesden

Tedd Shesden

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

LinkedIn Company Profile Scraper

Extract LinkedIn company profile data from LinkedIn company URLs, including website, industry, employee count, follower count, tagline, locations, and company metadata.

What You Can Use It For

  • Enrich company lists with LinkedIn profile metadata.
  • Collect company size, follower count, industry, website, and headquarters data.
  • Build market maps, account lists, CRM enrichment pipelines, and competitive datasets.
  • Export structured results as JSON, CSV, Excel, XML, or through the Apify API.

Input

Paste one LinkedIn company URL per line:

{
"profileUrls": [
"https://www.linkedin.com/company/tesla-motors/",
"https://www.linkedin.com/company/netflix/"
]
}

Output

The Actor emits one company_profile row per extracted company URL. Failed URLs emit a scrape_error row in the error view.

The main table focuses on fields that are usually useful for enrichment and analysis:

  • companyName
  • linkedinCompanyUrl
  • companyId
  • universalName
  • websiteUrl
  • industry
  • organizationType
  • employeeCount
  • employeeCountRangeStart
  • employeeCountRangeEnd
  • followerCount
  • tagline
  • description
  • foundedYear
  • foundedDate
  • headquartersCountry
  • headquartersCity
  • headquartersRegion
  • headquartersAddress
  • logoUrl
  • coverImageUrl
  • originalCoverImageUrl
  • croppedCoverImageUrl
  • specialties
  • locations
  • locationCount
  • similarOrganizations
  • similarOrganizationCount
  • affiliatedOrganizations
  • affiliatedOrganizationCount
  • crunchbaseUrl
  • funding
  • profileQuality
  • missingFields

Additional fields such as industryV2Taxonomy, hashtag, and call-to-action fields are preserved in the raw JSON / All fields view when the source returns them.

Some fields are best-effort because LinkedIn company pages do not expose the same data for every company. For example, tagline, founded date, funding, and affiliated organizations may be missing for some profiles.

Example Output

{
"recordType": "company_profile",
"linkedinCompanyUrl": "https://www.linkedin.com/company/netflix",
"companyName": "Netflix",
"companyId": "165158",
"universalName": "netflix",
"websiteUrl": "https://www.netflix.com/",
"industry": "Entertainment Providers",
"organizationType": "Public Company",
"employeeCount": 18548,
"employeeCountRangeStart": 10001,
"followerCount": 11940571,
"tagline": "Play, pause, and resume watching anytime and anywhere.",
"profileQuality": "COMPLETE",
"missingFields": []
}

Notes

LinkedIn can change public page structure or limit access to some data. Rows include profileQuality and missingFields so partial extraction is visible instead of silently accepted.