# Company Detail Scraper for LinkedIn (No Cookies) 🏢 (`scrapier/company-detail-scraper-for-linkedin-no-cookies`) Actor

🏢 LinkedIn Company Detail Scraper (No Cookies) extracts rich company data from LinkedIn About pages—website, industry, size, HQ, followers & description. 🚀 Great for B2B lead gen, sales research & recruiting.

- **URL**: https://apify.com/scrapier/company-detail-scraper-for-linkedin-no-cookies.md
- **Developed by:** [Scrapier](https://apify.com/scrapier) (community)
- **Categories:** Lead generation, Automation, Developer tools
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

## 🏢 Company Detail Scraper for LinkedIn (No Cookies)

Extract **rich, structured company profiles from LinkedIn** — without a login, without cookies, and without a session. Just paste company names or LinkedIn URLs and get a complete public profile for each: overview, follower & employee counts, headquarters, industries, specialties, logo, cover image, links, and related/affiliated pages.

> ✅ 100% no-cookie. The scraper reads only the **public, anonymous** LinkedIn company "overview" page that LinkedIn serves to logged-out visitors.

---

### ✨ Why Choose This Actor?

- 🔓 **No login, no cookies, no tokens** — nothing to refresh, nothing to expire.
- 📋 **True bulk input** — drop in hundreds or thousands of companies at once.
- 🧠 **Smart, self-healing networking** — starts on a direct connection and automatically upgrades to stronger networks if the target throttles, then stays there.
- 💾 **Live results** — every company is saved the moment it's collected, so a long run never loses progress.
- 📊 **Section-by-section output tabs** — Overview, Stats, Locations, Media, Links, and Related Pages, each in its own clean table.
- 🧩 **Future-proof parsing** — prefers stable, standards-based data sources (schema.org JSON-LD, Open Graph) with layered fallbacks.

---

### 🚀 Key Features

| Feature | Details |
|---|---|
| 🏢 Company overview | Name, slug, tagline, description, website, LinkedIn URL, company ID |
| 📊 Stats | Follower count, employee count, employee-size range, founded year |
| 🏭 Industry & specialties | Primary industry + full specialties list |
| 📍 Headquarters | Street, city, state, postal code, country |
| 🖼️ Media | High-res logo (400×400) and cropped cover image |
| 🔗 Links | Website, LinkedIn, generated jobs-search URL |
| 🤝 Related pages | Similar companies, affiliated companies, showcase pages |

---

### 📥 Input

| Field | Type | Description |
|---|---|---|
| `identifier` | array (required) | Company slugs (`google`), full URLs (`https://www.linkedin.com/company/google/`), or showcase URLs. |
| `proxyConfiguration` | object | Apify proxy settings (in the **Proxy & Network** advanced section). Leave default for best results. |

#### Example input

```json
{
  "identifier": ["google", "youtube", "https://www.linkedin.com/company/stripe/"],
  "proxyConfiguration": { "useApifyProxy": true }
}
````

***

### 📤 Output

Each company becomes one dataset record. Example (truncated):

```json
{
  "input_identifier": "google",
  "basic_info": {
    "name": "Google",
    "universal_name": "google",
    "description": "A problem isn't truly solved until it's solved for all...",
    "website": "https://goo.gle/3DLEokh",
    "linkedin_url": "https://www.linkedin.com/company/google/",
    "specialties": ["search", "ads", "android", "cloud", "artificial intelligence"],
    "industries": ["Software Development"],
    "founded_info": { "year": null, "month": null, "day": null },
    "page_type": "COMPANY"
  },
  "tagline": null,
  "company_urn": "1441",
  "stats": {
    "employee_count": 304720,
    "follower_count": 41893270,
    "employee_count_range": { "start": 10001, "end": null }
  },
  "locations": {
    "headquarters": {
      "country": "US", "state": "CA", "city": "Mountain View",
      "postal_code": "94043", "line1": "1600 Amphitheatre Parkway", "is_hq": true
    }
  },
  "media": {
    "logo_url": "https://media.licdn.com/.../company-logo_400_400/...",
    "cropped_cover_url": "https://media.licdn.com/.../image-scale_191_1128/..."
  },
  "links": {
    "website": "https://goo.gle/3DLEokh",
    "linkedin": "https://www.linkedin.com/company/google/",
    "job_search": "https://www.linkedin.com/jobs/search?geoId=92000000&f_C=1441"
  },
  "similar_companies": ["microsoft", "amazon", "apple", "meta"],
  "affiliated_companies": { "by_employees": ["youtube"], "showcases": ["google-cloud"] }
}
```

#### What's available without a login?

Because this scraper uses only the public guest page, a few fields are **auth-gated** and come back as `null`, `[]`, or `""`: the full office list (HQ only), geo-coordinates, full-size cover image, funding, verification timestamp, post hashtags, and the **numeric ids** of related pages (exposed as **slugs** to guests). Numeric-id inputs are also auth-gated — use the slug or URL instead.

***

### 🚀 How to Use (Apify Console)

1. Log in at <https://console.apify.com> → **Actors**.
2. Open **Company Detail Scraper for LinkedIn (No Cookies)**.
3. Add your companies under **🔗 Company names or LinkedIn URLs**.
4. (Optional) Adjust delay, concurrency, and proxy.
5. Click **Start** ▶️.
6. Watch the live logs as companies stream in.
7. Open the **Output** tab — switch between the **Overview / Stats / Locations / Media / Links / Related** views.
8. Export to JSON, CSV, or Excel.

### 🤖 Use via API

```bash
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
     -H "Content-Type: application/json" \
     -d '{"identifier":["google","stripe"]}'
```

***

### 💡 Best Use Cases

- 🎯 Lead generation & B2B prospecting
- 🧾 CRM enrichment with firmographics
- 📈 Market & competitor research
- 🗂️ Building company datasets at scale

***

### 💳 Pricing

This actor uses the **pay-per-event** model. You are charged per successfully collected company (`company-detail` event). You only pay for companies that return data — skipped/blocked lookups are not charged.

***

### ❓ FAQ

**Do I need a LinkedIn account or cookies?**
No. The scraper only reads the public, logged-out company page.

**Can I pass numeric company ids?**
You can, but LinkedIn redirects numeric ids to the login wall for guests, so prefer the slug (`google`) or URL.

**Why are some fields empty?**
Those fields are only visible to logged-in users. See *What's available without a login?* above.

**Is it safe from layout changes?**
The parser prefers stable JSON-LD / Open Graph sources with multiple fallbacks, and flags companies missing core fields.

***

### ⚖️ Legal & Compliance

- Data is collected only from **publicly available** sources.
- You are responsible for compliance with GDPR, CCPA, anti-spam laws, and LinkedIn's terms in your jurisdiction.
- Do not use the data to harass, spam, or discriminate.

### 🆘 Support & Feedback

Found an issue or want a new field? Open an issue on the actor's **Issues** tab in the Apify Console — feedback is welcome!

# Actor input Schema

## `identifier` (type: `array`):

One or more LinkedIn companies. Each entry can be a company slug (e.g. `google`), a full URL (e.g. `https://www.linkedin.com/company/google/`), or a showcase URL. Bulk input supported — add as many as you like. 📋

## `proxyConfiguration` (type: `object`):

The scraper starts with a direct connection and automatically upgrades to datacenter and then residential proxies if the target throttles — and stays on the strongest network for the rest of the run. Leave as default for best results.

## Actor input object example

```json
{
  "identifier": [
    "google",
    "youtube",
    "stripe"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "identifier": [
        "google",
        "youtube",
        "stripe"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapier/company-detail-scraper-for-linkedin-no-cookies").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 = {
    "identifier": [
        "google",
        "youtube",
        "stripe",
    ],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapier/company-detail-scraper-for-linkedin-no-cookies").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "identifier": [
    "google",
    "youtube",
    "stripe"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call scrapier/company-detail-scraper-for-linkedin-no-cookies --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapier/company-detail-scraper-for-linkedin-no-cookies",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Company Detail Scraper for LinkedIn (No Cookies) 🏢",
        "description": "🏢 LinkedIn Company Detail Scraper (No Cookies) extracts rich company data from LinkedIn About pages—website, industry, size, HQ, followers & description. 🚀 Great for B2B lead gen, sales research & recruiting.",
        "version": "0.1",
        "x-build-id": "IcdSq7SVRMReks5Ou"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapier~company-detail-scraper-for-linkedin-no-cookies/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapier-company-detail-scraper-for-linkedin-no-cookies",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapier~company-detail-scraper-for-linkedin-no-cookies/runs": {
            "post": {
                "operationId": "runs-sync-scrapier-company-detail-scraper-for-linkedin-no-cookies",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapier~company-detail-scraper-for-linkedin-no-cookies/run-sync": {
            "post": {
                "operationId": "run-sync-scrapier-company-detail-scraper-for-linkedin-no-cookies",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "identifier"
                ],
                "properties": {
                    "identifier": {
                        "title": "🔗 Company names or LinkedIn URLs",
                        "minItems": 1,
                        "maxItems": 5000,
                        "uniqueItems": true,
                        "type": "array",
                        "description": "One or more LinkedIn companies. Each entry can be a company slug (e.g. `google`), a full URL (e.g. `https://www.linkedin.com/company/google/`), or a showcase URL. Bulk input supported — add as many as you like. 📋",
                        "default": [
                            "google"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxyConfiguration": {
                        "title": "🌐 Proxy configuration",
                        "type": "object",
                        "description": "The scraper starts with a direct connection and automatically upgrades to datacenter and then residential proxies if the target throttles — and stays on the strongest network for the rest of the run. Leave as default for best results.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
