# LinkedIn Company Scraper — Firmographics, No Cookies (`enrich-crm/linkedin-real-time-company-scraper`) Actor

Scrape real-time firmographics from a LinkedIn company page, a Sales Navigator URL or a numerical company ID: headcount, industry, founding year, HQ, specialties and all office locations. No session cookie required, so your own account is never exposed.

- **URL**: https://apify.com/enrich-crm/linkedin-real-time-company-scraper.md
- **Developed by:** [Enrich-CRM](https://apify.com/enrich-crm) (community)
- **Categories:** Automation, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 enrichment results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🏗 LinkedIn Company Scraper — Firmographics, No Cookies

**Scrape any LinkedIn company page in real time: headcount, industry, founding year, HQ, specialties and every office location — without a session cookie.**

Powered by [Enrich-CRM](https://enrich-crm.com) · Real-time data · No cached profiles · <1s response · GDPR compliant · EU servers

***

### What does this Actor do?

Pass a LinkedIn company URL, a Sales Navigator URL, or a numerical company ID, and get the page back as structured firmographics. No session cookie and no logged-in account, so nothing here can get your own profile restricted. The scan runs live, which matters for headcount — the field that moves most and that cached databases get wrong.

### Use cases

- **Enrich a Sales Navigator account list.** Company URLs in, structured firmographics out.
- **Watch headcount.** Re-scrape monthly; a hiring spike is a buying signal.
- **Build a territory map.** Pull every office location, not just the headquarters.

### Which Actor should I use?

Starting from a **domain** rather than a LinkedIn URL? [Company Data Enrichment](https://apify.com/enrich-crm/enrich-crm-firmographic) resolves the company first and returns the same fields.

***

### Input parameters

> **Waterfall logic:** provide more identifiers to increase accuracy. The API tries them in order until a confident match is found.

| Parameter | Description | Example |
|-----------|-------------|---------|
| `apiId` | *(Optional)* Your Enrich-CRM API key. Leave empty to use the built-in key (Apify fees apply). | `YOUR_KEY` |
| `items` | *(Optional)* JSON array for batch mode — see below. | `[{"email": "..."}]` |
| `domain` | Company domain. **Primary identifier.** | `enrich-crm.com` |
| `companyName` | Legal company name. | `Enrich CRM` |
| `companyLinkedinUrl` | Company LinkedIn page URL. | `https://www.linkedin.com/company/enrich-crm/` |
| `companyLinkedinSalesNavUrl` | Company Sales Navigator URL. | `https://www.linkedin.com/sales/company/105261719` |
| `companyLinkedinId` | Numerical LinkedIn company ID. | `105261719` |
| `companyLinkedinSalesNavId` | Numerical Sales Navigator company ID. | `105261719` |

#### Single-item example

```json
{
  "domain": "notion.so"
}
```

#### Batch mode example

Pass an `items` array to enrich multiple records in one run:

```json
{
  "items": [
    {
      "domain": "notion.so"
    },
    {
      "domain": "notion.so"
    }
  ]
}
```

Results are saved to the Actor's default dataset — one row per input item.

***

### Response fields

> Generated from an actual API response. 42 fields returned.

| Field | Type |
|-------|------|
| `_success` | boolean |
| `company.companySearch` | string |
| `company.firmographics.HQcity` | string |
| `company.firmographics.HQcountry` | string |
| `company.firmographics.HQphoneNumber` | string |
| `company.firmographics.HQpostalCode` | string |
| `company.firmographics.HQstate` | string |
| `company.firmographics.HubSpotIndustry` | string |
| `company.firmographics.HubSpotIndustryGroup` | string |
| `company.firmographics.HubSpotSector` | string |
| `company.firmographics.aboutUs` | string |
| `company.firmographics.additionalInfo` | string |
| `company.firmographics.companySize` | string |
| `company.firmographics.countriesImplementation` | string |
| `company.firmographics.countryCode` | string |
| `company.firmographics.crunchbaseUrl` | string |
| `company.firmographics.employeesNumLinkedin` | string |
| `company.firmographics.founded` | string |
| `company.firmographics.headquarters` | string |
| `company.firmographics.imageUrl` | string |
| `company.firmographics.industries` | string |
| `company.firmographics.linkedinId` | string |
| `company.firmographics.linkedinUrl` | string |
| `company.firmographics.locations[]` | string |
| `company.firmographics.locations[].AdditionalInfo` | string |
| `company.firmographics.locations[].City` | string |
| `company.firmographics.locations[].Description` | string |
| `company.firmographics.locations[].Headquarter` | boolean |
| `company.firmographics.locations[].PostalCode` | string |
| `company.firmographics.locations[].State` | string |
| `company.firmographics.locations[].Street` | string |
| `company.firmographics.name` | string |
| `company.firmographics.numberOfLocation` | string |
| `company.firmographics.slogan` | string |
| `company.firmographics.social` | string |
| `company.firmographics.socialFollowers` | string |
| `company.firmographics.specialties` | string |
| `company.firmographics.specialtiesList[]` | string |
| `company.firmographics.specialtiesList[].value` | string |
| `company.firmographics.type` | string |
| `company.firmographics.website` | string |
| `correlationId` | string |

***

### Pricing

| Model | Cost |
|-------|------|
| Free trial | **Free** — no credit card required |
| Additional results | **$0.03 per result** (charged only when data is found) |
| Bring Your Own Key (BYOK) | Provide your `apiId` → billed directly by Enrich-CRM (1 credit = 1 result found) |

> A "result" means the API returned a non-empty profile. If no data is found for an input, no credit or Apify charge applies.

***

### All Enrich-CRM Actors

**Contacts**

- [Reverse Email Lookup](https://apify.com/enrich-crm/enrich-crm-reverse-email) — email to name, LinkedIn and company
- [Email Finder](https://apify.com/enrich-crm/enrich-crm-find-email) — name + domain to a verified work email
- [Contact Enrichment API](https://apify.com/enrich-crm/enrich-crm-enrich-contact) — 50+ fields per contact
- [LinkedIn Contact Scraper](https://apify.com/enrich-crm/linkedin-real-time-contact-scraper) — profile + work email, no cookies

**Companies**

- [Company Data Enrichment](https://apify.com/enrich-crm/enrich-crm-firmographic) — headcount, industry, HQ
- [Company Funding Data](https://apify.com/enrich-crm/enrich-crm-funding) — rounds, investors, revenue
- [Crunchbase Scraper](https://apify.com/enrich-crm/crunchbase-scraper) — funding from a Crunchbase URL

**Websites**

- [Website Tech Stack Detector](https://apify.com/enrich-crm/builtwith-scraper) — CRM, CMS, analytics
- [Bulk Tech Stack Enrichment](https://apify.com/enrich-crm/enrich-crm-tech-stack) — technographics for lead lists
- [Website Traffic Estimator](https://apify.com/enrich-crm/enrich-crm-website-traffic) — monthly visits by country
- [Homepage Content Extractor](https://apify.com/enrich-crm/enrich-crm-homepage-content) — tagline, text, language

**France**

- [French Company Registry](https://apify.com/enrich-crm/enrich-crm-french-siren) — SIREN, SIRET, NAF, VAT
- [SIREN Number Finder](https://apify.com/enrich-crm/enrich-crm-siren-finder) — company name or domain to SIREN

***

### Links

- [Enrich-CRM website](https://enrich-crm.com)
- [API documentation](https://enrich-crm.readme.io/reference/enrichcontactv4)
- [Get a free API key](https://app.enrich-crm.com)

# Actor input Schema

## `items` (type: `array`):

Batch mode: JSON array of records to enrich. Each object should contain the relevant input fields for this endpoint. Leave empty to use the single-item fields below.

## `domain` (type: `string`):

Company domain without protocol, e.g. 'acme.com'.

## `companyName` (type: `string`):

Full legal name of the company.

## `companyLinkedinUrl` (type: `string`):

Company LinkedIn page URL, e.g. https://www.linkedin.com/company/enrich-crm/

## `companyLinkedinSalesNavUrl` (type: `string`):

Company Sales Navigator URL.

## `companyLinkedinId` (type: `string`):

Numerical LinkedIn company ID.

## `companyLinkedinSalesNavId` (type: `string`):

Numerical Sales Navigator company ID.

## `apiId` (type: `string`):

Optional. Only if you already have an Enrich-CRM account and want your own credits used instead of paying through Apify. Leave empty otherwise.

## Actor input object example

```json
{
  "items": [],
  "domain": "apify.com"
}
```

# Actor output Schema

## `results` (type: `string`):

Every enriched company, one row each.

## `overview` (type: `string`):

The headline fields only: name, website, industry, headcount, HQ.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "domain": "apify.com"
};

// Run the Actor and wait for it to finish
const run = await client.actor("enrich-crm/linkedin-real-time-company-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "domain": "apify.com" }

# Run the Actor and wait for it to finish
run = client.actor("enrich-crm/linkedin-real-time-company-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "domain": "apify.com"
}' |
apify call enrich-crm/linkedin-real-time-company-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,enrich-crm/linkedin-real-time-company-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/FUobUpngdr1Guy9tV/builds/i7WOAfrem1XMYpPU8/openapi.json
