๐Ÿข LinkedIn Company Scraper - FREE TO USE avatar

๐Ÿข LinkedIn Company Scraper - FREE TO USE

Pricing

Pay per usage

Go to Apify Store
๐Ÿข LinkedIn Company Scraper - FREE TO USE

๐Ÿข LinkedIn Company Scraper - FREE TO USE

FREE & Bulk ๐Ÿš€ Scrape LinkedIn company pages in bulk name, description, industry, type, founding year, specialties, employee count, followers, HQ and all office locations, logo, cover image, recent posts, plus employee, similar-company and affiliated-page listings. No login or cookies needed.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

FlowExtract API

FlowExtract API

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

๐Ÿข LinkedIn Company Scraper โ€” Bulk Company Data, FREE TO USE

LinkedIn Company Scraper extracts full company profiles from LinkedIn โ€” in bulk, in a single run. Paste a list of company URLs (or just their slugs) and get one clean row per company.

No login. No cookies. No browser extension. No per-result fee. This actor is free โ€” you pay only your own Apify platform usage, which works out to a fraction of a cent per company.

Perfect for sales teams, recruiters, market researchers, and data engineers who need company data at scale without paying per row.


โœจ Why this one

๐Ÿข This actor๐Ÿ’ธ Typical paid alternatives
Companies per runโœ… Unlimited โ€” pass an arrayโŒ One URL per run
Cost per 1,000 companiesโœ… ~$0.01 in platform usageโŒ ~$5โ€“7 in result + start fees
Numbersโœ… Real integers โ€” 217966โŒ Strings โ€” "217,966"
Addressesโœ… Split into street / city / region / postal / countryโŒ One concatenated string
Specialtiesโœ… Clean listโŒ Last item mangled to "and Telephone Support"
Company postsโœ… With post ID + permalink, counts as integersโŒ Counts as strings, no post ID
Failed companiesโœ… Delivered as a row with the reasonโŒ Silently missing
Duplicate inputsโœ… Collapsed automaticallyโŒ Charged twice

๐Ÿ”— Supported LinkedIn URL types

Input typeExampleStatus
Bare slugappleโœ… Supported
Company pagehttps://www.linkedin.com/company/appleโœ… Supported
Showcase pagehttps://www.linkedin.com/showcase/appledeveloper/โœ… Supported
School pagehttps://www.linkedin.com/school/mit/โœ… Supported
Country subdomainhttps://de.linkedin.com/company/sapโœ… Supported
With tracking paramshttps://www.linkedin.com/company/apple?trk=abcโœ… Supported
Sub-tab URLhttps://www.linkedin.com/company/apple/about/โœ… Supported
Personal profilehttps://www.linkedin.com/in/someoneโŒ Not a company page

๐Ÿ’ก Tip: A spreadsheet column of plain slugs (apple, microsoft, nvidia) is the fastest input โ€” no need to build URLs.


๐ŸŽฏ Why scrape LinkedIn company pages?

LinkedIn is the largest professional dataset in the world, and company pages are the public, structured part of it. But there is no official API for bulk company lookups, and the pages are built for humans, not spreadsheets.

Common use cases:

  • ๐ŸŽฏ Lead generation & CRM enrichment โ€” turn a list of company names into industry, size, HQ, website and headcount.
  • ๐Ÿ“Š Market & competitor research โ€” pull a whole industry cohort in one run, then follow similar_pages to discover competitors you did not know to ask for.
  • ๐Ÿง‘โ€๐Ÿ’ผ Recruiting & talent mapping โ€” headcount, growth signals, office locations and affiliated brands.
  • ๐Ÿ’ฐ Investment & vendor screening โ€” company type, founding year, footprint and specialties side by side.
  • ๐Ÿ“ฃ Social listening โ€” recent company posts with reaction and comment counts, without touching the feed.
  • ๐Ÿ”— Data pipelines โ€” a stable company_id per company makes it a reliable join key across runs.

๐Ÿ“ฆ What data does it extract?

๐Ÿข Company Profile

  • Company name, LinkedIn company ID, and URL slug
  • Full "About us" description
  • Website (LinkedIn's redirect wrapper already unwrapped)
  • Industry and company type (Public Company, Privately Held, Nonprofitโ€ฆ)
  • Founding year โ€” as a number
  • Self-declared specialties, as a clean list

๐Ÿ“ˆ Size & Reach

  • Employee count โ€” as a number, ready to sort and aggregate
  • Company size band (e.g. 10,001+ employees)
  • Follower count โ€” as a number

๐Ÿ“ Locations

  • Headquarters line (city, region)
  • Structured HQ address โ€” street, city, region, postal code, country code
  • Every office location LinkedIn lists, with the HQ flagged and a map link

๐Ÿ–ผ๏ธ Media

  • Company logo URL
  • Cover / banner image URL
  • Employee listing โ€” name, profile URL, photo
  • Similar companies โ€” name, LinkedIn URL, industry, location, logo
  • Affiliated & showcase pages belonging to the same organization

๐Ÿ“ฃ Company Posts

  • Post ID and permalink
  • Full post text, with paragraph breaks preserved
  • Reaction count, reaction types, comment count
  • Attached images and a video flag

๐Ÿงพ Run Metadata

  • input_url โ€” exactly what you supplied, so rows match back to your source list
  • scraped_at โ€” ISO 8601 timestamp
  • success / error_type / error_message

โš™๏ธ How to use LinkedIn Company Scraper

Input Options

companyUrls (Array โ€” required)

The companies to scrape. Mix URL formats and bare slugs freely โ€” duplicates are collapsed automatically, so the same company is never fetched twice.

{
"companyUrls": [
"https://www.linkedin.com/company/apple",
"https://www.linkedin.com/company/microsoft",
"https://de.linkedin.com/company/sap",
"nvidia"
]
}

concurrency (Integer โ€” optional)

How many companies to fetch in parallel.

  • Default: 5
  • Range: 1โ€“10
  • Higher is faster on long lists; lower is gentler on your proxy budget.
{
"companyUrls": ["apple", "microsoft", "google"],
"concurrency": 8
}

includeEmployees (Boolean โ€” optional)

Include the employee listing shown on the company page.

  • Default: true

โ„น๏ธ LinkedIn anonymizes some employees on public company pages. Those rows come back with is_anonymized: true and a null name โ€” the placeholder text is never passed off as a real person's name.


includeSimilarPages (Boolean โ€” optional)

Include the "similar companies" LinkedIn recommends. Useful for competitor discovery.

  • Default: true

includeAffiliatedPages (Boolean โ€” optional)

Include affiliated / showcase pages belonging to the same organization.

  • Default: true
{
"companyUrls": ["apple", "microsoft"],
"includeEmployees": false,
"includeSimilarPages": false,
"includeAffiliatedPages": false
}

๐Ÿ’ก Turning these three off gives you a lean, flat, spreadsheet-friendly row per company.


๐Ÿ“Š Sample Output

Each dataset item is one company.

{
"company_id": "162479",
"universal_name_id": "apple",
"company_name": "Apple",
"description": "We're a diverse collective of thinkers and doers, continually reimagining what's possibleโ€ฆ",
"website": "http://www.apple.com/careers",
"industry": "Computers and Electronics Manufacturing",
"company_type": "Public Company",
"founded_year": 1976,
"specialties": [
"Innovative Product Development",
"World-Class Operations",
"Retail",
"Telephone Support"
],
"employee_count": 217966,
"employee_count_range": "10,001+ employees",
"followers": 18407827,
"headquarters": "Cupertino, California",
"hq_address": {
"street": "1 Apple Park Way",
"city": "Cupertino",
"region": "California",
"postal_code": "95014",
"country_code": "US"
},
"locations": [
{
"address": "1 Apple Park Way Cupertino, California 95014, US",
"is_primary": true,
"map_url": "https://www.bing.com/maps?where=1+Apple+Park+Way+Cupertino+95014+California+US"
}
],
"logo_url": "https://media.licdn.com/dms/image/v2/.../apple_logo",
"cover_image_url": "https://media.licdn.com/dms/image/v2/.../apple_cover",
"employees": [
{
"name": "Paul King",
"profile_url": "https://www.linkedin.com/in/pdking",
"image_url": "https://media.licdn.com/dms/image/v2/...",
"is_anonymized": false
}
],
"updates": [],
"similar_pages": [
{
"name": "Google",
"url": "https://www.linkedin.com/company/google",
"industry": "Software Development",
"location": "Mountain View, CA",
"logo_url": "https://media.licdn.com/dms/image/v2/.../google_logo"
}
],
"affiliated_pages": [
{
"name": "Apple Developer",
"url": "https://www.linkedin.com/showcase/appledeveloper/",
"industry": "Software Development",
"location": null,
"logo_url": "https://media.licdn.com/dms/image/v2/.../appledeveloper_logo"
}
],
"url": "https://www.linkedin.com/company/apple",
"input_url": "apple",
"scraped_at": "2026-09-07T19:05:24.436Z",
"success": true,
"error_type": null,
"_source": "linkedin-company-scraper",
"source_url": "https://www.linkedin.com/company/apple"
}

๐Ÿ“ฃ Company post example

Companies that post publicly return their recent updates in updates:

{
"post_id": "7502733677454512128",
"activity_urn": "urn:li:activity:7502733677454512128",
"url": "https://www.linkedin.com/feed/update/urn:li:activity:7502733677454512128/",
"content": "Tired of choice overload?\n\nSmart Routing takes the guesswork out by automatically matching your tasks to the right model.",
"posted_ago": "4h",
"reactions": 188,
"reaction_types": ["LIKE", "INTEREST", "EMPATHY"],
"comments": 13,
"images": ["https://media.licdn.com/dms/image/v2/..."],
"has_video": false
}

โš ๏ธ Failed company example

A company that cannot be scraped is still delivered, so nothing disappears silently:

{
"universal_name_id": "example-that-404s",
"url": "https://www.linkedin.com/company/example-that-404s",
"input_url": "example-that-404s",
"success": false,
"error_type": "NOT_FOUND",
"error_message": "Company page not found: example-that-404s",
"scraped_at": "2026-09-07T19:05:24.436Z"
}

โ“ Frequently Asked Questions

Do I need a LinkedIn account or cookies? No. This actor only reads public company pages โ€” no login, no cookies, no session of yours is ever involved, and your LinkedIn account is never put at risk.

Is it really free? Yes. There is no per-result charge and no subscription. You pay only your own Apify platform usage. In our measured runs that came to roughly $0.01โ€“$0.06 per 1,000 companies, so Apify's $5 free starting credit goes a very long way.

How many companies can I scrape in one run? As many as you like โ€” pass them all in companyUrls. A 40-company run finished in about 20 seconds. Very large lists are capped at 10,000 companies per run; split bigger jobs across runs.

Why did a well-known company come back as NOT_FOUND? Its slug is probably different from what you guessed. intel is a 404 โ€” the real page is intel-corporation; the same is true of mongodb, redis, plaid and others. Copy the URL from LinkedIn rather than guessing, and watch the โš ๏ธ Failed Companies view for these.

Why are some employees unnamed? LinkedIn itself withholds some identities on public company pages. Those rows carry is_anonymized: true with a null name and profile URL, so you can tell "LinkedIn hid this" apart from "the scraper missed it". The actor already retries to land on the variant that names them.

Why is founded_year / specialties / cover_image_url empty for some companies? Because the company did not publish it. These are genuinely optional on LinkedIn โ€” roughly a third of company pages omit a founding year, and most have no cover image. Empty means absent at the source, not a scraping failure.

Can I get employee job titles? Not from the public company page โ€” LinkedIn no longer renders them there. You get name, profile URL and photo.

Can I scrape showcase and school pages? Yes. linkedin.com/showcase/... and linkedin.com/school/... both work and return the same record shape.

Will duplicates in my list cost me twice? No. apple, https://www.linkedin.com/company/apple and https://fr.linkedin.com/company/APPLE?trk=x are recognised as the same company and fetched once.

What if I paste a personal profile by mistake? It is skipped with a clear warning naming the reason, and the rest of the run continues normally.


๐Ÿ“‹ Dataset Views

The output ships with five ready-made views, so you can jump straight to the columns you need:

ViewWhat it shows
๐Ÿข Company OverviewName, industry, type, size, followers, HQ, website
๐Ÿ“ Full ProfileDescription, specialties, split address, all locations, imagery
๐Ÿ“ฃ Company PostsRecent posts with reactions and comments
๐ŸŒ People & Related PagesEmployees, similar companies, affiliated pages
โš ๏ธ Failed CompaniesAnything that could not be scraped, and why

๐Ÿค Support & Resources

Get Help

Social Media


๐Ÿ“ฑ Social Media

๐ŸŽฌ Video & Media

๐Ÿ  Real Estate

๐Ÿ› ๏ธ Developer Tools


  • Public Data Access: Only processes publicly available LinkedIn company pages โ€” no login, no cookies, no account access
  • Rate Limiting: Respects LinkedIn's service limits and terms of use
  • Data Protection: No storage of personal information or unauthorized data collection
  • Commercial Use: Suitable for business intelligence and research applications
  • No affiliation with or endorsement by LinkedIn is implied

LinkedIn Company Scraper โ€” by FlowExtract API. Turn any website into structured data.