LinkedIn Company Profile Scraper avatar

LinkedIn Company Profile Scraper

Pricing

from $0.99 / 1,000 results

Go to Apify Store
LinkedIn Company Profile Scraper

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

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 hours ago

Last modified

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 microsoft or https://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

  1. You give the actor a list of company handles or LinkedIn company page links.
  2. For each one, the actor opens the company's public overview page.
  3. It reads the company's key facts and its most recent public posts.
  4. 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"
}
}
FieldTypeDescription
companiesarrayCompany handles (e.g. microsoft) or full LinkedIn company URLs. The handle is the part after /company/ in the address bar. One record per company.
includePostsbooleanAlso collect the latest public company posts (text, link, images). Default true. Set false for firmographics only.
maxItemsintegerOverall cap on records for the run. 0 = no limit (default).
maxConcurrencyintegerHow many companies to process at once. Default 3.
proxyConfigurationobjectProxy 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

FieldTypeDescription
namestringCompany name.
companySlugstringThe handle from the URL (e.g. stripe).
companyIdstringLinkedIn's numeric id for the company.
descriptionstringThe company's "About" text.
followerCountintegerNumber of LinkedIn followers.
industrystringIndustry classification.
companySizestringEmployee-count band (e.g. 5,001-10,000 employees).
organizationTypestringType (e.g. Privately Held, Public Company).
foundedOnstringYear founded, when shown.
specialties / specialtiesListstring / arrayListed specialties, as a string and a split list.
websitestringThe company's own website.
headquartersstringHeadquarters city/region as shown.
addressobjectPostal address (street, postal code, city, region, country), when available.
numberOfEmployeesintegerEmployee count reported on the page.
employeesOnLinkedInintegerNumber of employees listed on LinkedIn.
logoUrlstringCompany logo image link.
sameAsarrayOther official links for the company.
aboutRawobjectThe raw "About" section, key/value, exactly as shown.
latestPostsarrayLatest public posts: activityId, url, text, images, datePublished (when available), isRepost.
latestPostCountintegerNumber 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.