Linkedin Company Scraper avatar
Linkedin Company Scraper
Under maintenance

Pricing

$3.00/month + usage

Go to Apify Store
Linkedin Company Scraper

Linkedin Company Scraper

Under maintenance

Developed by

CodeScraper

CodeScraper

Maintained by Community

Only 3$ per month. This powerful actor scrapes detailed public linkedIn company profiles by name or URL. Get company name, url, followers, company size, logo, banner, website, phone, about, tagline, founded, verified page, headquarter, industry, specialities, associated members, all locations.

5.0 (2)

Pricing

$3.00/month + usage

0

1

0

Last modified

2 days ago

πŸ”— LinkedIn Company Scraper – Scrape Public Company Data

This Apify actor scrapes public company data from LinkedIn pages.
It supports providing company names or direct URLs, handles login & rate-limiting, and uses stealth scraping with proxies for reliable results.


πŸš€ What It Does

The actor processes each company name or URL and returns a detailed profile including:

  • πŸ“„ Company Info: Name, Tagline, About Text, Website
  • πŸ–ΌοΈ Media: Profile Photo and Banner Image URLs
  • πŸ“Š Stats: Abbreviated Follower Count (e.g., 100K), Company Size, and Associated Members
  • πŸ“ Details: Headquarters, Industry, Specialties, Founded Year, and full list of locations

It handles:

βœ… Automatic company search by name
πŸ”„ Cookie-based login (li_at cookie required)
πŸ›‘οΈ Stealth Playwright browser + Apify Proxy


  1. Go to LinkedIn and make sure you’re logged in.
  2. Right-click anywhere on the page and select Inspect.
  3. In Developer Tools, open the Application tab.
  4. Under Storage β†’ Cookies, click on https://www.linkedin.com.
  5. On the Right Side you will see a table Find the cookie named li_at and copy its Value column.
  6. Use that string in your actor input under "li_at_cookie".

check Screenshot here:

https://snipboard.io/kgMbwN.jpg


βš™οΈ Input Configuration

FieldTypeDescriptionDefault Example
companiesArrayEnter LinkedIn company names or URLs (the scraper auto-detects names vs URLs).["Google", "Microsoft", "https://www.linkedin.com/company/openai/"]
li_at_cookieStringRequired. Your LinkedIn li_at cookie (see steps above). The scraper cannot run without it."AQED...your_REQUIRED_cookie_value_here"

🧩 Example Input

{
"companies": [
"Google",
"Microsoft",
"https://www.linkedin.com/company/tesla-motors/"
],
"li_at_cookie": "AQED...your_REQUIRED_cookie_value_here"
}

πŸ“Š Example Output

[
{
"companyName": "Tesla",
"linkedInUrl": "https://www.linkedin.com/company/tesla-motors/",
"profilePhotoUrl": "https://media.licdn.com/.../tesla_logo?e=1",
"bannerUrl": "https://media.licdn.com/.../tesla_banner?e=1",
"about": "Tesla's mission is to accelerate the world's transition to sustainable energy...",
"tagline": "Accelerating the world's transition to sustainable energy",
"website": "https://www.tesla.com",
"verifiedPage": "Verified",
"followers": "17M",
"companySize": "10,001+ employees",
"headquarters": "Austin, TX",
"founded": "2003",
"industry": "Motor Vehicle Manufacturing",
"specialties": "Electric vehicles, Clean energy, Autopilot",
"associatedMembers": 140417,
"locations": [
{
"isHeadquarter": true,
"city": "Austin",
"country": "US",
"postalCode": "78725",
"line1": "13101 Harold Green Rd",
"latitude": 30.276316,
"longitude": -97.70931
},
{
"isHeadquarter": false,
"city": "Fremont",
"country": "US",
"postalCode": "94538",
"line1": "45500 Fremont Blvd",
"latitude": 37.39271,
"longitude": -122.042
}
],
"scrapedAt": "2025-11-04T11:17:13.165Z"
}
]

🧠 Features

  • 🌍 Scrapes company names or LinkedIn URLs
  • πŸ›‘οΈ Uses playwright-extra with stealth plugin
  • πŸ”„ Requires li_at cookie for authenticated scraping
  • 🌐 Integrates with Apify Proxy
  • πŸ“Έ Extracts key details: profile/banner images, about text, website, and locations
  • πŸ“Š Fetches follower and company size
  • πŸ“ Scrapes all company locations

πŸ’‘ Use Cases

  • Sales Intelligence: Build prospect lists for outreach
  • Market Research: Analyze competitors by industry and region
  • Recruiting: Find companies by size, sector, or location
  • Data Enrichment: Add LinkedIn data to existing business datasets

πŸ§‘β€πŸ’» Developer Info

Author: codescraper


🏷️ Tags

linkedin Β· linkedin-company-scraper company-scraper Β· lead-generation Β· data-scraping Β· playwright Β· automation Β· apify