← API Catalog
Apify·Async

LinkedIn Company Scraper – Employees, Followers & Firmographics

Knowledge & Data$0.00005 / Actor Start

What it does

Scrape public LinkedIn company pages — no login, no cookies. Get exact employee count, followers, website domain, HQ address, description & logo as clean JSON/CSV/Excel. For B2B lead-gen, TAM sizing & firmographic enrichment.

Returns: Scrape public LinkedIn company pages — no login, no cookies. Get exact employee count, followers, website domain, HQ address, description & logo as clean JSON/CSV/Excel. For B2B lead-gen, TAM sizing & firmographic enrichment.

Parameters

ParameterTypeRequiredDescription
companiesarrayYesCompany LinkedIn URLs or handles — one per line. Accepts "microsoft", "https://www.linkedin.com/company/stripe/", or "linkedin.com/company/apify".
maxResultsnumberNoCap the number of companies scraped.
includeJobCountbooleanNoAdd LinkedIn's own open-jobs count for each company (jobCount), read from the company-filtered jobs search the page links to. Costs one extra request per company. LinkedIn caps the display at "1,000+" — those rows are flagged with jobCountIsLowerBound.
includeOwnershipbooleanNoResolve each company to its ULTIMATE beneficial owner — a real person or a cross-border parent company — by walking UK holding-company ownership chains (Companies House PSC + GLEIF). E.g. a company owned via layers by a US or PE parent. Confidence-gated: the owner is only attached when it can be resolved with high confidence (never guessed).
proxyConfigurationjsonNoProxy to route requests through. Apify Proxy (automatic) is enough for public company pages; switch to residential only if you hit blocks at very high volume.

Endpoints

GET/v1/agents/resources/inspect/apify.foxlabs.linkedin-company-scraperPublic
POST/v1/agents/resources/estimate/apify.foxlabs.linkedin-company-scraperPublic
POST/v1/agents/resources/run/apify.foxlabs.linkedin-company-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.foxlabs.linkedin-company-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data