# Linkedin Sales Navigator Company Scraper (`davidsharadbhatt/linkedin-sales-navigator-company-scraper`) Actor

Extract LinkedIn company data at scale — no Sales Navigator, no login. Get company name, domain, address, industry, size, and founding date for millions of companies worldwide. Filter by location & industry. Export CSV, Excel, or JSON.

- **URL**: https://apify.com/davidsharadbhatt/linkedin-sales-navigator-company-scraper.md
- **Developed by:** [David Bhatt](https://apify.com/davidsharadbhatt) (community)
- **Categories:** Lead generation, E-commerce, Social media
- **Stats:** 155 total users, 0 monthly users, 100.0% runs succeeded, 6 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 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?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## LinkedIn Company Data Scraper — Unlimited Company Leads, No Sales Navigator Required

Extract structured company data from LinkedIn at scale — no LinkedIn Sales Navigator subscription, no cookies, no login required. Get company name, website, industry, headquarters location, employee size, founding year, and phone number in CSV, Excel, or JSON, ready to import into your CRM or outreach tool.

Built for **sales teams, recruiters, growth marketers, market researchers, and lead-gen agencies** who need bulk, structured LinkedIn company data without the cost or friction of Sales Navigator seats.

***

### Why use this Actor?

- 🔓 **No Sales Navigator, no cookies, no login** — avoids the account-risk and cost of scraping through a logged-in session
- 🌍 **Global coverage** — search by city, state, or country (USA, Canada, and UK live now, more regions rolling out regularly)
- 🏭 **Filter by industry and company size** — target exactly the segment you're prospecting into
- 📊 **Structured, CRM-ready output** — clean CSV, Excel, or JSON with consistent fields every run
- 💸 **Transparent, usage-based pricing** — pay only for results delivered, starting at $5 per 1,000 companies
- ⚡ **Fast turnaround** — most runs complete in under 5 minutes
- 🔒 **Privacy-conscious by design** — sensitive fields are redacted in output

***

### What data does it extract?

| Field | Description |
|---|---|
| `name` | Company name |
| `domain` | Company website / domain |
| `linkedin_url` | LinkedIn company page URL |
| `locality` | Headquarters city/region |
| `country` | Headquarters country |
| `industry` | Industry / sector |
| `size_range` | Employee size bracket (e.g. 11–50) |
| `size` | Estimated employee count |
| `year_found` | Year the company was founded |
| `phone` | Contact phone number (where available) |

Output is delivered as a `RESULTS.csv` file in Key-Value Store, or exportable directly as CSV, Excel, or JSON from the Apify dataset UI. Note: the one-click "Export" button reorders columns alphabetically — download from the Storage tab if you need the default field order.

***

### How to use this LinkedIn Company Scraper

1. **Set your company limit** — choose how many results you want (minimum 1,000, up to 3,000,000). You're only billed for results actually returned, or your limit — whichever is lower.
2. **Enter target locations** — one per line, in `City, State, Country` format for best accuracy (or just a country/state if you want broader coverage). Add state abbreviations like "NY" to widen matches.
3. **Select industries** — choose one or more from Crunchbase's standard industry taxonomy.
4. **Select company size range(s)** — from solo founders ("myself only") up through 1,000+ employee organizations.
5. **Run the Actor** — most jobs finish in 40 seconds to 5 minutes depending on volume.
6. **Export your data** — download as CSV, Excel, or JSON, or pull results via the Apify API for direct CRM/outreach-tool integration.

#### Sample input

```json
{
  "Location": "Idaho\nTexas, United States",
  "company_size_range": ["1-10", "11-50"],
  "industry": ["music", "cosmetics"],
  "maxCompanies": 150000
}
```

***

### Pricing

**$2.99 per 1,000 companies extracted.** No subscription, no minimum spend, no charge for unused capacity beyond your delivered results.

| Companies requested | Approx. cost |
|---|---|
| 1,000 | $2.99 |
| 50,000 | $149.50 |
| 150,000 | $448.50 |

You're charged for the lower of "results found" or your `maxCompanies` limit — never more than what you actually receive.

***

### Who this Actor is for

- **Sales & SDR teams** building targeted outbound lists without paying for Sales Navigator seats
- **Recruiters** sourcing companies by industry, size, and region for talent-mapping
- **Growth marketers** building segmented account lists for ABM campaigns
- **Market researchers & analysts** needing bulk structured company datasets for TAM/SAM analysis
- **Lead-gen agencies** delivering enriched company lists to clients at scale

***

### Frequently asked questions

**Do I need a LinkedIn account or Sales Navigator subscription?**
No. This Actor runs without cookies, login sessions, or a Sales Navigator license.

**Which countries are supported?**
USA, Canada, and UK are live today, with more countries being added on a rolling basis — check back for updates.

**What's the maximum number of companies I can extract in one run?**
Up to 3,000,000 companies per run, though we recommend batching very large jobs for easier monitoring.

**Can I filter by both industry and company size at the same time?**
Yes — you can combine location, industry, and size-range filters in a single run to narrow results precisely.

**What format is the output in?**
CSV, Excel, or JSON. Use the Storage tab for default field ordering, or the Export button for alphabetized CSV columns.

**Is this compliant with data privacy requirements?**
Sensitive fields are redacted in the output, and data is processed securely. Users are responsible for ensuring their use of the extracted data complies with applicable laws and platform terms in their jurisdiction.

***

### Support & custom solutions

Found a bug, have a feature request, or need a custom version of this Actor tailored to your workflow (different fields, additional countries, CRM auto-push)? Open an issue on the **Issues** tab or reach out directly at **msvpitservices@gmail.com** — we're happy to build bespoke scraping solutions on request.

***

*Built for sales, recruiting, and marketing teams who need LinkedIn company data at scale — fast, structured, and without the Sales Navigator price tag.*

# Actor input Schema

## `maxCompanies` (type: `integer`):

You may limit the number of search results as per your budget (max allowed 3M companies)

## `Location` (type: `string`):

Enter one or more locations one below another. Accepted formats are 'City', 'State', 'Country', 'City, State, Country' or 'State, Country'.

## `industry` (type: `array`):

Select one or more industries you want to include in the search.

## `company_size_range` (type: `array`):

Select one or more industries you want to include in the search.

## Actor input object example

```json
{
  "maxCompanies": 3000000,
  "Location": "Idaho\nTexas, United States",
  "industry": [
    "music",
    "cosmetics"
  ],
  "company_size_range": [
    "5001-10000",
    "501-1000"
  ]
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("davidsharadbhatt/linkedin-sales-navigator-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("davidsharadbhatt/linkedin-sales-navigator-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 '{}' |
apify call davidsharadbhatt/linkedin-sales-navigator-company-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,davidsharadbhatt/linkedin-sales-navigator-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/4wajgZKnf49Yv8iUM/builds/BjZuf61FNn0JJyJBe/openapi.json
