LinkedIn Company Scraper avatar

LinkedIn Company Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
LinkedIn Company Scraper

LinkedIn Company Scraper

Scrapes public company information from LinkedIn company pages, capturing names, taglines, industries, company size, employee counts, headquarters, websites, followers, descriptions, founding years, specialties, locations, affiliated pages, and logos.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Collects public company information from LinkedIn company pages. Give it a list of company slugs or page URLs and it returns each company's name, tagline, industry, size, exact employee count, headquarters, website, follower count, about text, founding year, type, specialties, office locations, affiliated pages and logo.

Input

FieldDefaultDescription
Company slugs or URLs["microsoft"]Company page identifiers — bare slugs (microsoft) or full URLs (https://www.linkedin.com/company/openai/).
Max results50Maximum number of company pages to fetch from the list.
Session cookie""Optional. A LinkedIn session cookie value; leave empty to use the public page.
Proxy configurationApify Proxy onOptional. Enable a US-based proxy for the most reliable results.

Output

One record per company. Example:

{
"slug": "microsoft",
"url": "https://www.linkedin.com/company/microsoft",
"name": "Microsoft",
"website": "https://news.microsoft.com/",
"industry": "Software Development",
"company_size": "10,001+ employees",
"headquarters": "Redmond, Washington",
"company_type": "Public Company",
"founded": "",
"specialties": ["Business Software", "Developer Tools", "Cloud Computing", "AI"],
"about": "Every company has a mission. What's ours? To empower every person and every organization to achieve more...",
"tagline": "To empower every person and every organization to achieve more.",
"followers": 28976219,
"employee_count": 232879,
"company_id": 3238203,
"locations": ["1 Microsoft Way Redmond, Washington 98052, US"],
"affiliated_pages": [{"name": "GitHub", "url": "https://www.linkedin.com/company/github"}],
"logo": "https://media.licdn.com/dms/image/.../microsoft_logo"
}

Notes

  • Runs with empty input (defaults to a sample company).
  • Enable a US-based proxy for the most reliable results.
  • Collects only publicly visible company-page information; use for research and in line with the site's terms.