LinkedIn Company Profile Scraper
Pricing
from $0.99 / 1,000 results
LinkedIn Company Profile Scraper
Extract a company's public LinkedIn overview: name, description, follower count, industry, company size, headquarters, website, founded year, specialties, logo and company id — plus the latest public company posts (text, link, images). Public company data only; no login, no personal profiles.
Pricing
from $0.99 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 hours ago
Last modified
Categories
Share
Turn a LinkedIn company handle (like microsoft) into a clean, structured record of that company's public profile — the same overview anyone can see without logging in: description, follower count, industry, company size, headquarters, website, founding year, specialties, logo, and the company's latest public posts.
This actor is for company information only. It does not log in, and it does not collect personal profiles, employee lists, or email addresses.
Why use this actor
- No account and no login required — reads the public company page only.
- The firmographics you actually need: name, description, followers, industry, company size, headquarters, website, founded year, specialties, and logo — all as clean fields.
- Latest company posts included (optional): the text, link, and images of the most recent posts shown on the page.
- Handles or full URLs — paste
microsoftorhttps://www.linkedin.com/company/stripe/, either works. - Stable JSON output ready for a spreadsheet, database, CRM enrichment, or a sales/research pipeline.
- Fails loudly, never silently — if a company can't be read, you get a clear error row instead of a blank one.
How it works
- You give the actor a list of company handles or LinkedIn company page links.
- For each one, the actor opens the company's public overview page.
- It reads the company's key facts and its most recent public posts.
- Results stream into your dataset, ready to download as JSON, CSV, or Excel.
You don't manage any browsers, sessions, or accounts — just provide the companies.
Input
{"companies": ["microsoft", "https://www.linkedin.com/company/stripe/"],"includePosts": true,"maxConcurrency": 3,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "US"}}
| Field | Type | Description |
|---|---|---|
companies | array | Company handles (e.g. microsoft) or full LinkedIn company URLs. The handle is the part after /company/ in the address bar. One record per company. |
includePosts | boolean | Also collect the latest public company posts (text, link, images). Default true. Set false for firmographics only. |
maxItems | integer | Overall cap on records for the run. 0 = no limit (default). |
maxConcurrency | integer | How many companies to process at once. Default 3. |
proxyConfiguration | object | Proxy settings. Default is residential (US), recommended for any real volume. |
Output
One record per company. Real sample (Stripe, posts trimmed to 2):
{"_input": "stripe","_source": "S1-ldjson+dom","_scrapedAt": "2026-07-10T17:47:05Z","url": "https://www.linkedin.com/company/stripe","companySlug": "stripe","companyId": "2135371","name": "Stripe","description": "Stripe builds programmable financial services. Millions of companies—from the world's largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.","followerCount": 1548934,"industry": "Technology, Information and Internet","companySize": "5,001-10,000 employees","organizationType": "Privately Held","foundedOn": "2010","specialties": null,"specialtiesList": null,"website": "https://stripe.com","headquarters": "South San Francisco, California","address": {"streetAddress": "354 Oyster Point Blvd","postalCode": "94080","city": "South San Francisco","region": "California","country": "US"},"numberOfEmployees": 17427,"employeesOnLinkedIn": 17427,"logoUrl": "https://media.licdn.com/dms/image/v2/D560BAQE2ZfJyfn-VCg/company-logo_200_200/…/stripe_logo","sameAs": ["https://stripe.com"],"aboutRaw": {"website": "https://stripe.com","industry": "Technology, Information and Internet","size": "5,001-10,000 employees","headquarters": "South San Francisco, California","organizationType": "Privately Held","foundedOn": "2010"},"latestPosts": [{"activityId": "7481376718868643840","url": "https://www.linkedin.com/posts/stripe_more-people-will-become-entrepreneurs-with-activity-7481376718868643840-WVYP","text": "\"More people will become entrepreneurs with AI. It's never been as easy to test ideas… We're starting to see solo entrepreneurs on track to build $1 billion businesses on Replit.\" Watch the full interview: https://lnkd.in/g9fYCTTK.","images": null,"datePublished": "2026-07-10T16:00:07.014Z","isRepost": false},{ "activityId": "7480998026195431424", "url": "https://www.linkedin.com/feed/update/urn:li:activity:7480998026195431424", "text": "Most of us judge a book by its cover before we've read a single page…", "images": null, "datePublished": null, "isRepost": true }// … 8 more],"latestPostCount": 10}
For reference, Microsoft in the same run returned followerCount: 28588901, industry: "Software Development", companySize: "10,001+ employees", headquarters: "Redmond, Washington", numberOfEmployees: 233345, and 10 latest posts.
Output fields
| Field | Type | Description |
|---|---|---|
name | string | Company name. |
companySlug | string | The handle from the URL (e.g. stripe). |
companyId | string | LinkedIn's numeric id for the company. |
description | string | The company's "About" text. |
followerCount | integer | Number of LinkedIn followers. |
industry | string | Industry classification. |
companySize | string | Employee-count band (e.g. 5,001-10,000 employees). |
organizationType | string | Type (e.g. Privately Held, Public Company). |
foundedOn | string | Year founded, when shown. |
specialties / specialtiesList | string / array | Listed specialties, as a string and a split list. |
website | string | The company's own website. |
headquarters | string | Headquarters city/region as shown. |
address | object | Postal address (street, postal code, city, region, country), when available. |
numberOfEmployees | integer | Employee count reported on the page. |
employeesOnLinkedIn | integer | Number of employees listed on LinkedIn. |
logoUrl | string | Company logo image link. |
sameAs | array | Other official links for the company. |
aboutRaw | object | The raw "About" section, key/value, exactly as shown. |
latestPosts | array | Latest public posts: activityId, url, text, images, datePublished (when available), isRepost. |
latestPostCount | integer | Number of posts captured. |
On failure the actor writes a row with _error and _errorDetail (for example authwall, not_a_company_page, rate_limited) instead of silently skipping the company.
Notes & limits
- Firmographics are the main value. The company facts (followers, industry, size, HQ, website, founded, specialties) are stable and complete.
- Posts are the latest snapshot, not full history. The page shows roughly the 10 most recent posts. There is no full post archive, no older posts, and no reaction or comment counts. Post dates are only present for the posts that the page publishes with a date; where a date isn't available it is left empty rather than guessed.
- Some fields vary by company — for example not every company lists specialties, a founding year, or a postal address. Missing values come back empty rather than invented.
- A residential proxy (US) is set by default and recommended for any real volume, so requests aren't rate-limited or bounced to the sign-in wall.
Legality note
This actor collects public company information only — the overview page that LinkedIn shows to everyone without logging in. It does not log in, and it does not collect personal profiles, individual employees, or contact details. Company posts are the company's own public posts. Use this for legitimate B2B research, lead enrichment, and market mapping, and respect LinkedIn's terms and applicable law for your use case.