LinkedIn Public Company Page Scraper avatar

LinkedIn Public Company Page Scraper

Pricing

Pay per usage

Go to Apify Store
LinkedIn Public Company Page Scraper

LinkedIn Public Company Page Scraper

Extracts publicly visible company info from LinkedIn About pages. No login, no cookies, no API keys. Gets company name, industry, size, HQ, website, description, followers, and logo. Login-wall detection skips companies requiring auth. Honest about unauthenticated limitations.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Proyecto Apify

Proyecto Apify

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

Extracts publicly visible company information from LinkedIn company pages — no login, no session cookies, no API keys required.

What This Actor Does

This Actor navigates to each company's public LinkedIn "About" page using an unauthenticated browser session and extracts whatever information LinkedIn serves to visitors who are not logged in. It does not log in, simulate login, or use session cookies.

Extracted fields (when visible publicly):

FieldDescription
companyNameCompany name as shown on the page
industryIndustry classification
companySizeEmployee count range (e.g. "10,001+")
headquartersHQ location
foundedYearYear the company was founded
websiteUrlCompany website link
descriptionCompany description text
followerCountNumber of followers
logoUrlURL to company logo image
posts(Optional) Recent public posts

Output per company includes a status field:

  • success — Public data was extracted
  • login-wall — LinkedIn required authentication; no data available for this company
  • not-found — The company page was not found
  • blocked — LinkedIn temporarily blocked the request
  • retry-exhausted — Failed after all retry attempts
  • error — Unexpected error

⚠️ Important Disclaimer

This Actor only accesses what LinkedIn serves to unauthenticated visitors. LinkedIn has been progressively gating company data behind login walls, and the amount of publicly visible information varies by company and changes over time. Some companies may return no data because LinkedIn requires login for their page. This Actor will never attempt to log in or bypass authentication.

  • No individual people/profile data is collected
  • No LinkedIn Sales Navigator or Recruiter access is used
  • No session cookies or credentials are accepted or stored

Input

ParameterTypeDefaultDescription
companiesArray(required)Company names (e.g. "Microsoft") or LinkedIn URLs (e.g. "https://www.linkedin.com/company/microsoft/")
includeEmployeeCountRangeBooleantrueInclude employee count range if visible
includeRecentPostsBooleanfalseExtract recent posts from the public feed
proxyConfigurationObject{ useApifyProxy: true }Apify proxy settings
maxConcurrencyInteger1Max concurrent navigations (keep low)

Example Input

{
"companies": [
"Microsoft",
"https://www.linkedin.com/company/google/",
"Apple"
],
"includeEmployeeCountRange": true,
"includeRecentPosts": false
}

Example Output

{
"companySlug": "microsoft",
"originalInput": "Microsoft",
"companyUrl": "https://www.linkedin.com/company/microsoft/about/",
"companyName": "Microsoft",
"industry": "Software Development",
"companySize": "10,001+",
"headquarters": "Redmond, Washington",
"foundedYear": "1975",
"websiteUrl": "https://www.microsoft.com",
"description": "Microsoft enables digital transformation...",
"followerCount": "17300000",
"logoUrl": "https://media.licdn.com/...",
"status": "success",
"scrapedAt": "2025-01-15T10:30:00.000Z"
}

Anti-Blocking Measures

  • Realistic viewport size (1366×768)
  • Randomized delays between navigations
  • Navigator fingerprint masking
  • Apify residential proxies by default
  • Login-wall detection before every extraction

Costs

This Actor uses Pay per result pricing. You are charged per company processed, regardless of outcome. Companies where LinkedIn requires login are still counted as a result to be transparent about processing.

Support

If the Actor returns login-wall for most companies, this means LinkedIn has restricted public access for those pages. This is a LinkedIn platform limitation, not an Actor bug.

License

ISC