LinkedIn Company Data Extractor avatar

LinkedIn Company Data Extractor

Pricing

from $10.00 / 1,000 results

Go to Apify Store
LinkedIn Company Data Extractor

LinkedIn Company Data Extractor

Extract 900+ structured data points from any LinkedIn company profile. Returns industry, headcount, funding rounds, investors, office locations, open jobs, affiliated pages, and more. No cookies or login required. Clean JSON output.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Iron Crawler

Iron Crawler

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

Pull comprehensive structured data from any LinkedIn company profile. Returns 900+ fields covering company identity, industry classification, headcount, funding history, office locations, open jobs, affiliated pages, and similar company signals — all in structured JSON.

Data Coverage

Company Identity

  • Company name, LinkedIn URL, company type (public, private, nonprofit, etc.)
  • Founded year, headquarters (city, country)
  • Website URL, company domain
  • Description / about text
  • Logo and banner image URLs

Scale Indicators

  • Current employee count (LinkedIn-reported)
  • Employee count range classification
  • Follower count
  • Open job listings count

Industry & Classification

  • Industry category
  • Specialties list
  • Company type

Funding & Investors

  • Funding rounds — round type, date, amount raised, currency
  • Lead investors per round
  • Total funding amount
  • Last funding date and round type

Network Signals

  • Affiliated pages (subsidiaries, regional offices)
  • Similar companies (competitor graph)
  • Featured content links

Input

{
"company_urls": [
"https://www.linkedin.com/company/stripe/",
"https://www.linkedin.com/company/plaid/"
]
}

Sample Output (condensed)

{
"company_name": "Stripe",
"linkedin_url": "https://www.linkedin.com/company/stripe/",
"company_type": "Privately Held",
"industry": "Financial Services",
"employee_count": 8400,
"employee_count_range": "5001-10000",
"founded_year": 2010,
"headquarters": "South San Francisco, CA",
"website": "https://stripe.com",
"follower_count": 620000,
"open_jobs": 184,
"specialties": ["Payments", "API", "Developer Tools"],
"funding_rounds": [
{
"round_type": "Series I",
"announced_date": "2021-03-14",
"money_raised": 600000000,
"currency": "USD",
"lead_investors": ["Allianz X", "AXA"]
}
],
"similar_companies": [...],
"affiliated_pages": [...]
}

Use Cases

  • Market research — build structured datasets of companies in a target vertical
  • CRM enrichment — enrich account records with firmographic data from LinkedIn
  • Investor research — extract funding round history and investor lists
  • Sales targeting — filter companies by headcount, industry, and location

Pricing

$15 per 1,000 company profiles. No subscription.

FAQ

Does this include funding data? Yes. Funding rounds, round types, amounts, and lead investors are included for companies with public LinkedIn funding sections.

What's the difference between employee_count and employee_count_range? employee_count is the specific number LinkedIn shows on the company page. employee_count_range is the standardized bucket (e.g., "1001-5000") useful for filtering.

Can I scrape private or unlisted company pages? Only public LinkedIn company pages are accessible. Private or hidden pages will return an error.