# LinkedIn Jobs Scraper - No Login, No Cookies (`logiover/linkedin-jobs-scraper`) Actor

Scrape LinkedIn job listings by keyword and location — no login, no cookies, no API key. Export job title, company, location, salary, posted date, full description, seniority, job type and applicant count to CSV, JSON or Excel. Thousands of jobs per search.

- **URL**: https://apify.com/logiover/linkedin-jobs-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 26 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $1.50 / 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.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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 Jobs Scraper — No Login, No Cookies, No API Key

Scrape **LinkedIn job listings at scale** by keyword and location. Type a search term like you would on LinkedIn (`software engineer`, `registered nurse`, `data analyst`) and get back thousands of structured job postings — **no login, no cookies, no LinkedIn account, and zero account-ban risk.**

This actor reads LinkedIn's **public "jobs-guest" pages** (the same listings LinkedIn shows to logged-out visitors), so there are no credentials to manage and nothing to get flagged.

***

### What you get for every job

| Field | Example |
|-------|---------|
| `title` | Senior Software Engineer |
| `companyName` | Stripe |
| `companyUrl` | https://www.linkedin.com/company/stripe |
| `companyLogo` | https://media.licdn.com/… |
| `location` | San Francisco, CA |
| `salary` | $180,000 – $240,000 |
| `postedDate` / `postedAgo` | 2026-07-09 / "2 days ago" |
| `jobUrl` / `applyUrl` | https://www.linkedin.com/jobs/view/4407498584/ |
| `seniorityLevel` | Mid-Senior level |
| `employmentType` | Full-time |
| `jobFunction` | Engineering, Information Technology |
| `industries` | Software Development |
| `applicants` | 27 |
| `descriptionText` / `descriptionHtml` | Full job description (plain + HTML) |

Turn **"Scrape full job details"** off for a faster, lighter run that returns just the job cards (title, company, location, salary, link).

***

### Input — dead simple

You only need a search term. Everything else has smart defaults.

```json
{
  "searchTerm": "software engineer",
  "location": "United States",
  "datePosted": "pastWeek",
  "workplaceTypes": ["remote"],
  "experienceLevels": ["mid-senior"],
  "jobTypes": ["full-time"],
  "sortBy": "date",
  "maxItems": 500,
  "fetchDetails": true
}
```

| Option | What it does |
|--------|--------------|
| **Search keywords** | Job title / skill / keyword (required). |
| **Location** | City, region, or country. Leave blank for worldwide. |
| **Date posted** | Any time · Past 24 hours · Past week · Past month. |
| **Workplace type** | On-site · Remote · Hybrid (pick any). |
| **Experience level** | Internship → Executive (pick any). |
| **Job type** | Full-time · Part-time · Contract · Temporary · Internship · Volunteer. |
| **Sort by** | Most relevant or most recent. |
| **Max jobs** | Cap the number of results (0 = as many as LinkedIn serves, ~1000/search). |
| **Scrape full job details** | On = full descriptions + criteria; Off = fast card-only mode. |

***

### Use cases

- **Job boards & aggregators** — feed fresh LinkedIn listings into your own site.
- **Recruiting & sourcing** — track roles at target companies and competitors.
- **Market & salary research** — analyze demand, titles, and pay ranges by region.
- **Sales lead-gen** — companies that are hiring are companies that are spending. Every record includes the hiring company + its LinkedIn URL.
- **Job-alert automation** — schedule the actor, filter by "Past 24 hours", pipe new jobs to Slack/email/Google Sheets.

***

### How it works & how to export

The actor pages through LinkedIn's public guest search endpoint, deduplicates by job ID, and (optionally) opens each posting to pull the full description and criteria. Results stream into the **Dataset**, which you can browse in the **Output** tab and export to **CSV, JSON, Excel, or via API** — or push straight to Google Sheets, Airtable, and 5000+ apps through Apify integrations.

### Tips & limits

- LinkedIn's public job search serves up to **~1000 results per query**. To pull more, split by location or by narrower keywords/filters and run again.
- LinkedIn rate-limits hard. **Apify Proxy is on by default.** If you hit throttling (HTTP 999) on large runs, switch the proxy group to **RESIDENTIAL**.
- This actor only reads **public, logged-out** job pages. It never logs in and never touches private data.

***

*Not affiliated with or endorsed by LinkedIn. Scrapes only publicly available information. Use responsibly and in line with applicable laws and terms.*

### 📝 Changelog

#### 2026-08-01

- Completed the August 2026 full health check: verified empty/programmatic default, Console UI default, and two source-informed alternative inputs on Apify.
- Confirmed successful live execution, non-empty structured output, dataset-field/type integrity, and logical sample quality within the 5-minute quality window.
- Declared 21 dataset fields from typed live cloud samples so the output contract is no longer an empty placeholder.
- Declared 21 nullable dataset fields from typed live cloud samples so the output contract is no longer an empty placeholder or brittle to sparse modes.

# Actor input Schema

## `searchTerm` (type: `string`):

Job title, skill, or keyword to search for — exactly what you'd type into LinkedIn's job search box (e.g. "software engineer", "registered nurse", "data analyst remote", "marketing manager").

## `location` (type: `string`):

City, region, or country to search in (e.g. "United States", "London", "Berlin", "Remote"). Leave blank to search worldwide.

## `datePosted` (type: `string`):

Only return jobs posted within this time window.

## `workplaceTypes` (type: `array`):

Filter by on-site / remote / hybrid. Leave empty for all.

## `experienceLevels` (type: `array`):

Filter by seniority. Leave empty for all levels.

## `jobTypes` (type: `array`):

Filter by employment type. Leave empty for all.

## `sortBy` (type: `string`):

Order results by LinkedIn relevance or most recent first.

## `maxItems` (type: `integer`):

Maximum number of jobs to save. LinkedIn's public search serves up to ~1000 results per query. Set to 0 to pull as many as LinkedIn returns.

## `fetchDetails` (type: `boolean`):

For every job, also open its page to pull the full description, seniority level, employment type, job function, industries, and applicant count. Turn OFF for a faster, lighter run that returns just the job cards (title, company, location, salary, link).

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

LinkedIn rate-limits aggressively. Apify Proxy is enabled by default and rotates IPs automatically. If you see throttling (HTTP 999) on large runs, switch to the RESIDENTIAL group.

## Actor input object example

```json
{
  "searchTerm": "software engineer",
  "location": "United States",
  "datePosted": "any",
  "workplaceTypes": [],
  "experienceLevels": [],
  "jobTypes": [],
  "sortBy": "relevance",
  "maxItems": 200,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

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

Every job posting found for your search. Open the Dataset tab to browse, filter, and export as CSV, JSON, or Excel.

# 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 = {
    "searchTerm": "software engineer",
    "location": "United States",
    "maxItems": 200,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/linkedin-jobs-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 = {
    "searchTerm": "software engineer",
    "location": "United States",
    "maxItems": 200,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/linkedin-jobs-scraper").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 '{
  "searchTerm": "software engineer",
  "location": "United States",
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call logiover/linkedin-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/kIrpGwQ6YGJQkIOHP/builds/C0q6xRA3YE3kVNDlX/openapi.json
