LinkedIn Company Scraper avatar

LinkedIn Company Scraper

Pricing

$2.00 / 1,000 results

Go to Apify Store
LinkedIn Company Scraper

LinkedIn Company Scraper

Extract company data from LinkedIn — name, industry, employees, address, followers, posts, similar companies, and more. No login required. HTTP-only, fast, $2/1K results.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Sourabh Kumar

Sourabh Kumar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

LinkedIn Company Scraper — Posts, Similar Companies, Full Address

Extract rich structured data from LinkedIn company pages without login or cookies. Get company details, exact employee counts, recent posts, similar companies, and full structured addresses — all via fast HTTP requests.

$2 per 1,000 companies — the cheapest LinkedIn company scraper on Apify.

What data can you extract?

FieldDescription
Company nameOfficial company name
DescriptionFull about/description text
WebsiteCompany website URL
IndustryIndustry classification (e.g. Software Development)
Organization typePublic Company, Nonprofit, etc.
Employee countBoth exact count (339,815) and range (10,001+)
HeadquartersHQ location
Full addressStreet, city, state, zip, country — structured
Follower countLinkedIn follower count
SpecialtiesList of company specialties/tags
Funding roundsNumber of funding rounds
Logo URLCompany logo image
Similar companiesLinkedIn's suggested similar companies with URLs
Affiliated pagesShowcase/affiliated pages with URLs
Recent postsUp to 9 recent posts with text, date, and URL

Use cases

  • Sales prospecting — Enrich B2B lead lists with firmographic data, employee counts, and company details
  • CRM enrichment — Add LinkedIn company data to your CRM records at scale
  • Competitive intelligence — Track competitor company profiles, follower growth, and recent posts
  • Market research — Analyze industry distribution, company sizes, and geographic spread
  • Recruiting — Monitor employee counts and company growth signals
  • Lead discovery — Use "similar companies" data to find new prospects from a seed list
  • Investment research — Check funding rounds, employee counts, and company descriptions

How much does it cost?

VolumeCostPer Company
1,000$2.00$0.002
10,000$20.00$0.002
100,000$200.00$0.002

Plus Apify platform usage (~$0.50 per 1,000 companies for compute).

Input

Provide company URLs or slugs:

{
"companies": [
"google",
"https://www.linkedin.com/company/stripe/",
"openai"
],
"maxResults": 0
}
  • companies — LinkedIn company URLs or slugs. Accepts full URLs, partial URLs, or bare slugs.
  • maxResults — Maximum companies to scrape. 0 = all provided (default).

Output example

{
"companyName": "Google",
"companySlug": "google",
"companyUrl": "https://www.linkedin.com/company/google",
"description": "A problem isn't truly solved until it's solved for all...",
"slogan": null,
"website": "https://goo.gle/3DLEokh",
"industry": "Software Development",
"organizationType": "Public Company",
"companySizeRange": "10,001+ employees",
"exactEmployeeCount": 339815,
"headquarters": "Mountain View, CA",
"address": {
"street": "1600 Amphitheatre Parkway",
"city": "Mountain View",
"state": "CA",
"postalCode": "94043",
"country": "US"
},
"followerCount": 41346535,
"openJobCount": null,
"specialties": ["search", "ads", "mobile", "android", "machine learning"],
"fundingRounds": 3,
"logoUrl": "https://media.licdn.com/dms/image/...",
"similarCompanies": [
{ "name": "Microsoft", "url": "https://www.linkedin.com/company/microsoft" }
],
"affiliatedPages": [
{ "name": "Google Developers", "url": "https://www.linkedin.com/showcase/googledevelopers" }
],
"recentPosts": [
{
"text": "Prerit's path to Security Engineer on the Mandiant...",
"datePublished": "2026-04-09T14:44:21.058Z",
"url": "https://www.linkedin.com/posts/google_prerits-path-..."
}
],
"scrapedAt": "2026-04-10T15:00:00.000Z"
}

🔗 Other LinkedIn scrapers

Tips

  • URL normalization: Paste full LinkedIn URLs or just the company slug — both work.
  • Unique data: This is the only LinkedIn company scraper that includes recent posts, similar companies, and affiliated pages.
  • Rate limiting: The actor uses polite 2-second delays between requests to avoid rate limiting.
  • Non-existent companies: Invalid slugs are skipped with a warning, they don't crash the run.