LinkedIn Public Company Page Scraper
Pricing
Pay per usage
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
Maintained by CommunityActor 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):
| Field | Description |
|---|---|
companyName | Company name as shown on the page |
industry | Industry classification |
companySize | Employee count range (e.g. "10,001+") |
headquarters | HQ location |
foundedYear | Year the company was founded |
websiteUrl | Company website link |
description | Company description text |
followerCount | Number of followers |
logoUrl | URL to company logo image |
posts | (Optional) Recent public posts |
Output per company includes a status field:
success— Public data was extractedlogin-wall— LinkedIn required authentication; no data available for this companynot-found— The company page was not foundblocked— LinkedIn temporarily blocked the requestretry-exhausted— Failed after all retry attemptserror— 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
| Parameter | Type | Default | Description |
|---|---|---|---|
companies | Array | (required) | Company names (e.g. "Microsoft") or LinkedIn URLs (e.g. "https://www.linkedin.com/company/microsoft/") |
includeEmployeeCountRange | Boolean | true | Include employee count range if visible |
includeRecentPosts | Boolean | false | Extract recent posts from the public feed |
proxyConfiguration | Object | { useApifyProxy: true } | Apify proxy settings |
maxConcurrency | Integer | 1 | Max 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