Linkedin Company scraper avatar

Linkedin Company scraper

Pricing

$10.00 / 1,000 results

Go to Apify Store
Linkedin Company scraper

Linkedin Company scraper

High-performance LinkedIn company scraper for enriched B2B data at scale. Full company profiles in under 10 minutes, including name, address, description, employee count, logo URL, website, industry, company size and type, founding year, specialties, affiliated pages, stock data, and more.

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

Scraplib

Scraplib

Maintained by Community

Actor stats

3

Bookmarked

152

Total users

11

Monthly active users

2 days ago

Last modified

Share

LinkedIn Company Scraper

Extract public LinkedIn company profiles into structured JSON. Give the scraper a list of company page URLs and get back the company name, description, website, industry, size, employee count, headquarters and office addresses, founding year, specialties, follower count, stock information, and the affiliated and similar pages LinkedIn lists for each company.

Key Features

  • One item per company URL: paste LinkedIn company links and receive one clean record for each.
  • Structured company facts: industry, company size, employee count, type, founding year and specialties.
  • All office locations: the full list of addresses on the page plus a separate headquarters field.
  • Relationship data: affiliated pages and similar pages with their name, industry and LinkedIn URL.
  • Audience and market signals: follower count and stock information when LinkedIn shows them.
  • Works with regional URLs: uk.linkedin.com, de.linkedin.com and /about or /posts links are accepted.
  • Retries with fresh sessions: blocked requests are retried through a new proxy session automatically.
  • No LinkedIn login required: only public company pages are read.

Who Is This For

  • Sales and marketing teams enriching lead lists with firmographic data.
  • Analysts and researchers building datasets of companies by industry, size or location.
  • Investors and consultants tracking company profiles at scale.
  • Developers who need LinkedIn company data as JSON, CSV or Excel through the Apify API.

Common Use Cases

  • CRM enrichment: fill in industry, size, headquarters and website for every account in your pipeline.
  • Competitor and market mapping: compare companies in a segment and follow their affiliated pages.
  • Account-based marketing: segment target accounts by company size, industry and region.
  • Due diligence: collect a consistent profile of every company in a portfolio or deal list.
  • Academic research: build reproducible datasets of organizations for economic or social studies.

Input

FieldTypeDescriptionDefault
startUrlsarrayLinkedIn company page URLs to scrape. Each URL produces one dataset item.5 example companies
maxItemsintegerStop after this many company profiles have been scraped.5
proxyConfigurationobjectProxy settings. LinkedIn blocks datacenter IPs, so residential proxies are recommended.Apify residential proxy

Example input:

{
"startUrls": [
{ "url": "https://www.linkedin.com/company/microsoft/" },
{ "url": "https://www.linkedin.com/company/apify/" }
],
"maxItems": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each dataset item describes one company.

FieldTypeDescription
namestringCompany name
urlstringThe LinkedIn URL you provided
sloganstring or nullCompany tagline
descriptionstring or nullAbout text
websitestring or nullCompany website
logostring or nullLogo image URL
industrystring or nullIndustry as listed on LinkedIn
companySizestring or nullSize bracket, for example 201-500 employees
numberOfEmployeesinteger or nullNumber of employees on LinkedIn
typestring or nullCompany type, for example Privately Held
foundedstring or nullFounding year
specialtiesstring or nullComma-separated specialties
headquartersstring or nullHeadquarters address
mainAddressobject or nullStructured headquarters address (street, city, region, postal code, country)
addressesarrayAll office addresses listed on the page
followersCountinteger or nullNumber of LinkedIn followers
stockobject or nullTicker symbol, price, change, low and high when LinkedIn shows stock data
affiliatedPagesarrayAffiliated pages with name, industry, address and linkedinUrl
similarPagesarraySimilar pages with name, industry, address and linkedinUrl

Example item (lists shortened):

{
"name": "Apify",
"url": "https://www.linkedin.com/company/apify/",
"slogan": "Thousands of Actors to automate your business, get real-time web data, and integrate your apps and agents.",
"description": "Apify is the largest marketplace of tools for AI. More than 50,000 Actors to automate your business. Get real-time web data, track competitors, generate leads, monitor social media, and integrate your apps and agents. Apify integrates with n8n, Make, Zapier, and LangChain, and its MCP support lets AI agents dynamically discover and use tools from the marketplace without custom code. Apify handles infrastructure, proxies, and scaling, so users focus on the data, not the pipeline. Trusted by enterprises like Siemens, Intercom, Groupon, and Microsoft, as well as 50,000+ customers around the world ๐ŸŒŽ",
"website": "https://apify.com/",
"logo": "https://media.licdn.com/dms/image/v2/D4D0BAQF7OnC-r1njIA/company-logo_200_200/B4DZwd3LFrHEAI-/0/1770027528966/apify_logo?e=2147483647&v=beta&t=3P-kpqqDp-xRunnoe7qQwvZ3DazE1KnOdCiVlTREoJQ",
"industry": "Technology, Information and Internet",
"companySize": "201-500 employees",
"numberOfEmployees": 269,
"type": "Privately Held",
"founded": "2016",
"specialties": "Web scraping, Browser automation, AI agents, API integration, Data pipelines, No-code tools, Actor marketplace, and Developer platform",
"headquarters": "Vodickova 704/36, Prague, 11100, CZ",
"mainAddress": {
"type": "PostalAddress",
"streetAddress": "Vodickova 704/36",
"addressLocality": "Prague",
"postalCode": "11100",
"addressCountry": "CZ"
},
"addresses": [
"Vodickova 704/36, Prague, 11100, CZ",
"San Francisco, CA, US"
],
"followersCount": 36976,
"stock": null,
"affiliatedPages": [],
"similarPages": [
{
"name": "n8n",
"industry": "Software Development",
"address": "Berlin, BE",
"linkedinUrl": "https://de.linkedin.com/company/n8n"
},
{
"name": "Make",
"industry": "Software Development",
"address": "Prague, Praha 8",
"linkedinUrl": "https://cz.linkedin.com/company/itsmakehq"
}
]
}

Pricing

This Actor is priced per result. You pay for each company profile stored in the dataset and nothing for URLs that fail or do not exist. The current price per result and per 1,000 results is shown on the Pricing tab of the Actor page on the Apify Store.

FAQ

Do I need a LinkedIn account? No. The scraper reads only public company pages and never logs in.

Which URLs are accepted? Any LinkedIn company page URL such as https://www.linkedin.com/company/microsoft/, including regional hosts like uk.linkedin.com and sub-pages like /about/ or /posts/. Personal profiles and showcase pages are not supported.

Why are residential proxies the default? LinkedIn blocks most datacenter IP addresses. You can change the proxy settings in the input, but runs without residential proxies are likely to be blocked.

What happens when a company page does not exist? The URL is logged as skipped and the run continues with the remaining URLs.

Why is stock or founded empty for some companies? LinkedIn only shows these fields for some companies. When a field is not on the page it is null.

How do I export the results? Open the run's dataset on Apify and download it as JSON, CSV, Excel or XML, or fetch it through the Apify API.

Is scraping LinkedIn company pages legal? The scraper only collects publicly available company information. You are responsible for using the data in line with applicable laws and LinkedIn's terms.

More Scrapers by Scraplib

Contact & Support

Found a bug or need a new field? Open an issue on the Actor's Issues tab on the Apify Store. If this Actor saves you time, please leave a โญ rating on the Apify Store. Ratings keep it maintained.

Image Credit

Image credit: LinkedIn, logo via Wikimedia Commons.