# LinkedIn \[Just 💰$0.27] — Salary & Job Pay Ranges (`blackfalcondata/linkedin-salary-scraper`) Actor

💰 $0.27 per 1,000 results ✅ Scrape linkedin.com job salaries & pay ranges without login or cookies — compensation, seniority, skills and full employer data. 🎯 Built for salary benchmarking and pay-transparency research.

- **URL**: https://apify.com/blackfalcondata/linkedin-salary-scraper.md
- **Developed by:** [Black Falcon Data](https://apify.com/blackfalcondata) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.27 / 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

### What does LinkedIn do?

LinkedIn Salary Scraper extracts pay ranges and compensation from [linkedin.com](https://linkedin.com) job postings — salary min/max, currency, and period, plus seniority, skills, full descriptions, and employer details — with no login or cookies, at $0.27 per 1,000 results. Salary is read from each posting's detail page, which is enabled by default. Coverage is highest on US roles, where pay-transparency laws require a posted range (~70% of US postings carry one).

**New to Apify?** [Sign up free](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctaplain) and use the included $5 monthly platform credit to test this actor.

### Key features

- **💰 Salary & pay ranges** — extracts `salaryMin`, `salaryMax`, `salaryCurrency`, and `salaryPeriod` from each posting's detail page (detail enrichment is on by default — it's where the salary comes from). Highest fill on US roles thanks to pay-transparency laws; postings without a listed range are still returned with the salary fields null.
- **🎯 Structured filters — or paste a URL** — no URL-building required: set keywords, location, and dropdown filters (date, work type, experience, job type, salary, Easy Apply). Or paste a LinkedIn search URL to reuse its filters — or a single job URL (`.../jobs/view/123…`) to pull one posting directly.
- **🏢 Company pay ranges** — paste a LinkedIn company-page URL (or numeric companyId) into `companies` and get the compensation for every role that employer is hiring for — no ID lookup needed.
- **📈 Seniority, skills & role metadata** — each enriched record includes seniority level, employment type, job function, industry, applicant count, and extracted skills alongside the pay range.
- **🌎 Multi-region with presets** — pass `regions: ["US", "GB", "DE"]` for a custom country mix, or pick presets like `"nordic"`, `"dach"`, `"anglosphere"` (salary fill varies by market — US is richest).
- **⚡ Easy-Apply filter** — `easyApply: true` returns only LinkedIn Easy-Apply postings.
- **🚫 Recruiter-spam filter** — `removeAgency: true` drops third-party staffing-agency listings, keeping direct-employer pay data.
- **🤖 AI-ready output** — deterministic `aiSummary` and `skills` fields give compact context for comp-analytics agents and MCP workflows.
- **🔔 Notifications** — Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook outputs.
- **📦 Compact mode** — core-fields-only payloads for piping salary data straight into dashboards, spreadsheets, or LLM context.

### What data can you extract from linkedin.com?

Each result includes Core job fields (`scrapedAt`, `portalUrl`, `jobId`, `linkedinJobId`, `jobUrl`, `title`, `location`, and `country`, and more), detail fields when enrichment is enabled (`description`, `descriptionHtml`, `descriptionMarkdown`, and `postingBenefits`), apply information (`applyUrl`, `applyType`, and `easyApply`), and company metadata (`company`, `companyUrl`, `companyId`, and `companyLogo`). In standard mode, all fields are always present — unavailable data points are returned as `null`, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and company metadata where the source provides them.

### Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

- **`keywords`** — Job search keywords (e.g. "software engineer", "nurse"). Leave blank to browse all jobs in the selected location.
- **`location`** — City, state, region, or country (e.g. "Berlin, Germany", "United States"). LinkedIn resolves it for you — no IDs needed. Leave empty for global results.
- **`geoIds`** — Advanced/optional override — most users just use 📍 Location, which LinkedIn resolves automatically. For exact targeting, paste a LinkedIn jobs search URL into 🔗 Start URLs (the geoId is read for you), or copy the numeric geoId from a LinkedIn jobs URL. Each geoId becomes a separate query, deduped on jobId. (default: `[]`)
- **`regions`** — Two-letter country codes (e.g. "US", "GB", "DE"). Resolved to LinkedIn country geoIds. Use geoIds\[] for unsupported markets. (default: `[]`)
- **`regionPresets`** — Pre-defined country grouping. Combined with regions\[] if both are set.
- **`datePosted`** — Filter by posting recency. "lastHour" is unique to this scraper. (default: `"anytime"`)
- **`jobType`** — Multi-select employment type filter. (default: `[]`)
- **`experienceLevel`** — Multi-select seniority filter. (default: `[]`)
- **`workType`** — Multi-select onsite/remote/hybrid filter. (default: `[]`)
- **`salaryMin`** — Minimum annual salary (USD). Mapped to LinkedIn's nearest f\_SB2 bucket. Post-filtered exactly.
- **`salaryMax`** — Maximum annual salary. Post-filtered (LinkedIn has no native max filter).
- **`salaryIncludeUnknown`** — When salaryMin/Max set, include jobs with no salary data. (default: `true`)
- ...and 43 more parameters

### Input examples

**Basic search** — Keyword-driven search with a result cap.

→ Full payload per result — all standard fields populated where the source provides them.

```json
{
  "keywords": "software engineer",
  "maxResults": 50
}
```

**Filtered search** — Narrow results with advanced filters — only matching jobs are returned.

→ Same field set as basic search; fewer, more relevant rows.

```json
{
  "keywords": "software engineer",
  "jobType": [
    "fulltime"
  ],
  "workType": [
    "onsite"
  ],
  "experienceLevel": [
    "internship"
  ],
  "maxResults": 100
}
```

**Incremental tracking** — Only emit jobs that changed since the previous run with this `stateKey`.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set `emitUnchanged: true` to include unchanged records as well.

```json
{
  "keywords": "software engineer",
  "maxResults": 200,
  "incrementalMode": true,
  "stateKey": "software-engineer-tracker"
}
```

**Compact filtered output** — Combine filters with compact mode for a lightweight AI-agent or MCP data source.

→ Core fields only — ideal for piping into LLMs or downstream tools without token overhead.

```json
{
  "keywords": "software engineer",
  "jobType": [
    "fulltime"
  ],
  "workType": [
    "onsite"
  ],
  "maxResults": 50,
  "compact": true
}
```

### Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

### Example job record

```json
{
  "scrapedAt": "2026-04-27T19:02:37.769Z",
  "portalUrl": "https://www.linkedin.com",
  "source": "linkedin",
  "jobId": "1705fc4ee704bf3584cf2654b20e8f95383167563ff7ecd0184b58d2c7d66236",
  "linkedinJobId": "4406118990",
  "jobUrl": "https://www.linkedin.com/jobs/view/software-engineer-new-grad-at-notion-4406118990",
  "title": "Software Engineer, New Grad",
  "company": "Notion",
  "companyUrl": "https://www.linkedin.com/company/notionhq",
  "companyId": "notionhq",
  "location": "San Francisco, CA",
  "country": "CA",
  "postedAt": "2026-04-24T00:00:00.000Z",
  "applyUrl": "https://www.linkedin.com/jobs/view/software-engineer-new-grad-at-notion-4406118990",
  "applyType": "unknown",
  "description": "About Us Notion helps you build beautiful tools for your life’s work. In today's world of endless apps and tabs, Notion provides one place for teams to get everything done, seamlessly connecting docs,...",
  "descriptionHtml": "<strong>About Us<br><br></strong>Notion helps you build beautiful tools for your life’s work. In today's world of endless apps and tabs, Notion provides one place for teams to get everything done, sea...",
  "descriptionMarkdown": "About Us Notion helps you build beautiful tools for your life’s work. In today's world of endless apps and tabs, Notion provides one place for teams to get everything done, seamlessly connecting docs,...",
  "seniorityLevel": "Not Applicable",
  "employmentType": "Full-time",
  "industry": "Software Development",
  "jobFunction": "Engineering and Information Technology",
  "applicantCount": 200,
  "easyApply": false,
  "contentHash": "eda6ea0d0ad7711b94b796376d0ace88eaf03a62afdefe9708fa4f1c7ae4ae8f",
  "isPromoted": false,
  "postingBenefits": [
    "Actively Hiring"
  ],
  "trackingId": "U6ZtuvNYKrwizG8bYR1Kqw=="
}
```

### Incremental fields

When incremental mode is on, each record also carries:

- `changeType` — one of `NEW`, `UPDATED`, `UNCHANGED`, `REAPPEARED`, `EXPIRED`. Default output covers `NEW` / `UPDATED` / `REAPPEARED`; set `emitUnchanged: true` or `emitExpired: true` to opt into the others.
- `firstSeenAt`, `lastSeenAt` — ISO-8601 timestamps tracking the listing across runs.
- `isRepost`, `repostOfId`, `repostDetectedAt` — populated when a new listing matches the tracked content of a previously expired one. Set `skipReposts: true` to drop detected reposts from the output.

### How to scrape linkedin.com

1. Go to [LinkedIn](https://apify.com/blackfalcondata/linkedin-salary-scraper?fpr=1h3gvi) in Apify Console.
2. Enter a search keyword and optional location filter.
3. Set `maxResults` to control how many results you need.
4. Enable `includeDetails` if you need full descriptions, company data.
5. Click **Start** and wait for the run to finish.
6. Export the dataset as JSON, CSV, or Excel.

### Use cases

- Benchmark salaries for a role across a market or city.
- Build compensation datasets for HR, comp, and pay-equity analytics.
- Track pay ranges by company, seniority, and location over time.
- Pull every pay range at a specific employer by pasting its company URL.
- Research pay-transparency compliance and prevailing market rates.
- Feed structured salary data into dashboards, warehouses, or AI agents using compact mode.

### How much does it cost to scrape linkedin.com?

LinkedIn uses [pay-per-event](https://docs.apify.com/platform/actors/paid-actors/pay-per-event) pricing. You pay a small fee when the run starts and then for each result that is actually produced.

- **Run start:** $0.0005 per run
- **Per result:** $0.00027 per job record

Example costs:

- 10 results: **$0.0032**
- 25 results: **$0.00725**
- 100 results: **$0.028**
- 200 results: **$0.054**
- 500 results: **$0.14**

#### Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of jobs that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 250 jobs per run, daily polling (30 runs/month). Costs scale linearly with the number of jobs.

| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---:|---:|---:|---:|
| 5% — stable niche query | $0.07 | $0.00387 | $0.06 (94%) | $0.12 |
| 15% — moderate broad query | $0.07 | $0.01 | $0.06 (84%) | $0.32 |
| 30% — high-volume aggregator | $0.07 | $0.02 | $0.05 (69%) | $0.62 |

Full re-scrape monthly cost at the same cadence: $2.04. First month with incremental costs $0.18 / $0.38 / $0.67 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage is included in the per-result fee shown above.

### FAQ

#### How many results can I get from linkedin.com?

The number of results depends on the search query and available jobs on linkedin.com. Use the `maxResults` parameter to control how many results are returned per run.

#### Does LinkedIn support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed jobs on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

#### Can I integrate LinkedIn with other apps?

Yes. LinkedIn works with Apify's [integrations](https://apify.com/integrations?fpr=1h3gvi) to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

#### Can I use LinkedIn with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the [Apify API](https://docs.apify.com/api/v2). Client libraries are available for JavaScript, Python, and other languages.

#### Can I use LinkedIn through an MCP Server?

Yes. Apify provides an [MCP Server](https://apify.com/apify/actors-mcp-server?fpr=1h3gvi) that lets AI assistants and agents call this actor directly. Use compact mode, `descriptionMaxLength`, a single `descriptionFormat`, and `excludeEmptyFields` to keep payloads manageable for LLM context windows.

#### Is it legal to scrape linkedin.com?

This actor extracts publicly available data from linkedin.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

#### Your feedback

If you have questions, need a feature, or found a bug, please [open an issue](https://apify.com/blackfalcondata/linkedin-salary-scraper/issues?fpr=1h3gvi) on the actor's page in Apify Console. Your feedback helps us improve.

### You might also like

- [⚡ LinkedIn Job Scraper — Salary, Company & No Cookies](https://apify.com/blackfalcondata/linkedin-job-scraper?fpr=1h3gvi) — 💰 $0.27 per 1,000 jobs ✅ Scrape linkedin.com job postings without login or cookies: salary, skills.
- [Actiris \[Just 💰$1.5\] — Brussels Public Jobs](https://apify.com/blackfalcondata/actiris-scraper?fpr=1h3gvi) — 💰 $1.5 per 1,000 jobs. Scrape actiris.brussels — the official Brussels public employment service.
- [AMS Austria — Public Employment Service Jobs](https://apify.com/blackfalcondata/ams-austria-job-scraper?fpr=1h3gvi) — Scrape jobs.ams.at — Austria's official AMS public employment portal (branded alle jobs) with live.
- [APEC.fr Scraper - French Executive Jobs](https://apify.com/blackfalcondata/apec-scraper?fpr=1h3gvi) — Scrape apec.fr - French executive job listings with salary ranges, company, location, skills,.
- [Arbeitsagentur \[Just 💰$0.45\] — German Federal Jobs](https://apify.com/blackfalcondata/arbeitsagentur-jobs-feed?fpr=1h3gvi) — 💰 $0.45 per 1,000 jobs. Scrape arbeitsagentur.de — Germany's official public employment portal.
- [Arbetsförmedlingen \[Just 💰$3\] — Sweden Public Jobs](https://apify.com/blackfalcondata/arbetsformedlingen-scraper?fpr=1h3gvi) — 💰 $3 per 1,000 jobs. Scrape arbetsformedlingen.se (Platsbanken) — Sweden's official employment.
- [Bayt — MENA Jobs with Salary & Skills](https://apify.com/blackfalcondata/bayt-scraper?fpr=1h3gvi) — Scrape bayt.com — the leading Middle East job board across UAE · Saudi Arabia · Qatar · Egypt & 9.
- [BestJobs.eu \[Just 💰$1.5\] — Romania Job Board](https://apify.com/blackfalcondata/bestjobs-eu-scraper?fpr=1h3gvi) — 💰 $1.5 per 1,000 jobs. Scrape bestjobs.eu — a leading Romanian job board — export salary ranges ·.

### Getting started with Apify

New to Apify? [Create a free account with $5 credit](https://console.apify.com/sign-up?fpr=1h3gvi\&fp_sid=ctaplain) — no credit card required.

1. Sign up — $5 platform credit included
2. Open this actor and configure your input
3. Click **Start** — export results as JSON, CSV, or Excel

Need more later? [See Apify pricing](https://apify.com/pricing?fpr=1h3gvi).

### Disclaimer

This actor accesses only publicly available data on linkedin.com. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with LinkedIn's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to LinkedIn.

### Search keywords

linkedin scraper, linkedin api, apify linkedin, linkedin data extraction, linkedin.com scraper, linkedin.com data, linkedin.com api, job listings scraper, recruitment data, hiring data, job board scraper.

# Actor input Schema

## `keywords` (type: `string`):

Job search keywords (e.g. "software engineer", "nurse"). Leave blank to browse all jobs in the selected location.

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

City, state, region, or country (e.g. "Berlin, Germany", "United States"). LinkedIn resolves it for you — no IDs needed. Leave empty for global results.

## `geoIds` (type: `array`):

Advanced/optional override — most users just use 📍 Location, which LinkedIn resolves automatically. For exact targeting, paste a LinkedIn jobs search URL into 🔗 Start URLs (the geoId is read for you), or copy the numeric geoId from a LinkedIn jobs URL. Each geoId becomes a separate query, deduped on jobId.

## `regions` (type: `array`):

Two-letter country codes (e.g. "US", "GB", "DE"). Resolved to LinkedIn country geoIds. Use geoIds\[] for unsupported markets.

## `regionPresets` (type: `string`):

Pre-defined country grouping. Combined with regions\[] if both are set.

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

Filter by posting recency. "lastHour" is unique to this scraper.

## `jobType` (type: `array`):

Multi-select employment type filter.

## `experienceLevel` (type: `array`):

Multi-select seniority filter.

## `workType` (type: `array`):

Multi-select onsite/remote/hybrid filter.

## `salaryMin` (type: `integer`):

Minimum annual salary (USD). Mapped to LinkedIn's nearest f\_SB2 bucket. Post-filtered exactly.

## `salaryMax` (type: `integer`):

Maximum annual salary. Post-filtered (LinkedIn has no native max filter).

## `salaryIncludeUnknown` (type: `boolean`):

When salaryMin/Max set, include jobs with no salary data.

## `companies` (type: `array`):

Scrape jobs from specific employers. Paste LinkedIn company-page URLs (e.g. https://www.linkedin.com/company/microsoft) or numeric companyIds — URLs are resolved for you, no ID lookup needed. Combine with 🔍 Keywords to filter within a company.

## `excludeCompanies` (type: `array`):

Company-name substrings to exclude (case-insensitive post-filter).

## `excludeKeywords` (type: `array`):

Title substrings to exclude (case-insensitive post-filter).

## `easyApply` (type: `boolean`):

Restrict results to LinkedIn Easy Apply postings.

## `removeAgency` (type: `boolean`):

Heuristic post-filter on company name ("recruitment", "staffing", etc.).

## `distance` (type: `integer`):

Search radius around location. LinkedIn auto-detects unit (miles in US/UK/CA/AU/NZ; km elsewhere).

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

Sort order. "recent" is recommended for incremental feeds.

## `startUrls` (type: `array`):

Paste LinkedIn job URLs from your browser. Two kinds work: a job SEARCH URL (e.g. .../jobs/search?keywords=…) reuses all of its filters as the query, or an individual JOB POSTING URL (e.g. .../jobs/view/4012345678) is scraped directly with full detail. Mix both freely.

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

Network egress configuration. Use the default unless you need a custom proxy setup.

## `linkedinHost` (type: `string`):

Subdomain (e.g. "www", "de"). Affects default geo-routing + UI labels.

## `outputLanguage` (type: `string`):

HTTP Accept-Language header. Default en-US for parsing-cleanliness.

## `incrementalMode` (type: `boolean`):

Persist seen-jobIds across runs; emit only NEW + UPDATED. Requires stateKey.

## `stateKey` (type: `string`):

Optional stable identifier for the tracked search universe. Leave empty to auto-derive a stable identifier from your search inputs — different keyword/location/filter combinations get isolated state automatically.

## `allowNonIncrementalFallback` (type: `boolean`):

If incremental mode is requested but the state store is not accessible on this account, fall back to a non-incremental run instead of failing. Default: fail loudly so missing state is not silently ignored.

## `outputMode` (type: `string`):

Which items to emit when in incrementalMode.

## `emitUnchanged` (type: `boolean`):

Include items that haven't changed since last run.

## `emitExpired` (type: `boolean`):

Include items that disappeared from search results.

## `skipReposts` (type: `boolean`):

Suppress jobs with the same content as a previously-seen but inactive listing.

## `enrichDetails` (type: `boolean`):

Fetch each job's detail page to extract the salary / pay range plus full description, seniorityLevel, employmentType, jobFunction, industry, and applicantCount. On by default — this is where salary data comes from. Adds 1 HTTP request per job.

## `scrapeCompany` (type: `boolean`):

For each job, fetch the employer's public LinkedIn company page and add company description, website, employee count, logo, and address. Fetched once per unique company.

## `discoverRelated` (type: `boolean`):

After the main search, fetch LinkedIn's related-jobs feed for the first N results to discover roles that don't surface on the keyword search. Useful for thin markets.

## `relatedSeedCount` (type: `integer`):

How many of the first search results are used as seeds for related-jobs expansion. Each seed yields up to 10 candidates.

## `telegramToken` (type: `string`):

Bot token from @BotFather. Leave empty to disable Telegram notifications.

## `telegramChatId` (type: `string`):

Numeric chat or channel ID where notifications should be sent.

## `discordWebhookUrl` (type: `string`):

Channel webhook URL. Leave empty to disable Discord notifications.

## `slackWebhookUrl` (type: `string`):

Incoming webhook URL. Leave empty to disable Slack notifications.

## `whatsappAccessToken` (type: `string`):

Permanent System User token from Meta Business.

## `whatsappPhoneNumberId` (type: `string`):

Numeric phone-number ID from the Meta dashboard.

## `whatsappTo` (type: `string`):

Recipient phone number in E.164 format (e.g. "4561234567").

## `webhookUrl` (type: `string`):

Receives a JSON POST of {metadata, items} for each batch.

## `webhookHeaders` (type: `object`):

Additional HTTP headers to include with the generic webhook (e.g. Authorization).

## `notificationLimit` (type: `integer`):

Cap on items included in each notification message.

## `notifyOnlyChanges` (type: `boolean`):

When in incrementalMode, suppress notifications for UNCHANGED items.

## `compact` (type: `boolean`):

Emit only core fields (keeps cost the same; reduces dataset size).

## `descriptionMaxLength` (type: `integer`):

Truncate description (0 = no truncation). Only relevant when enrichDetails=true.

## `phoneExtractionMode` (type: `string`):

"strict" requires Tel:/+CC prefix; "lenient" also picks up bare local-format numbers.

## `maxResults` (type: `integer`):

Cap on emitted items (0 = unlimited).

## `descriptionFormat` (type: `string`):

Pick a single description representation. `all` keeps every variant; `text` / `html` / `markdown` drop the others.

## `excludeEmptyFields` (type: `boolean`):

Drop null, empty-string, and empty-array fields from each record before push. Smaller, cleaner payloads for AI agents and dashboards. On by default; turn off to always emit every field (including empty ones).

## `appConnector` (type: `string`):

Optional. Pick a connected app under Settings → API & Integrations to receive your results. Notion is supported today (a run-summary page); other MCP connectors are best-effort as Apify expands its catalog.

## `mcpIssueTeam` (type: `string`):

Only when the connected app is an issue tracker: the team (name or ID) the summary issue is created under, if that app requires one.

## `includeDetails` (type: `boolean`):

Fetch the detail page for each listing to retrieve the full description text and contact information. Increases run time and cost. Leave off for a fast, low-cost run.

## `cityName` (type: `string`):

City or region to search in (e.g. "Berlin", "Madrid"). Alias for Location — either field works.

## `query` (type: `string`):

Listing search keywords. Enter a single term or a JSON array for multi-query runs.

## Actor input object example

```json
{
  "keywords": "software engineer",
  "geoIds": [],
  "regions": [],
  "datePosted": "anytime",
  "jobType": [],
  "experienceLevel": [],
  "workType": [],
  "salaryIncludeUnknown": true,
  "companies": [],
  "excludeCompanies": [],
  "excludeKeywords": [],
  "easyApply": false,
  "removeAgency": false,
  "sortBy": "recent",
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "linkedinHost": "www",
  "outputLanguage": "en-US,en;q=0.9",
  "incrementalMode": false,
  "allowNonIncrementalFallback": false,
  "outputMode": "all",
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "enrichDetails": true,
  "scrapeCompany": false,
  "discoverRelated": false,
  "relatedSeedCount": 5,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "compact": false,
  "descriptionMaxLength": 0,
  "phoneExtractionMode": "strict",
  "maxResults": 100,
  "descriptionFormat": "all",
  "excludeEmptyFields": true,
  "includeDetails": false
}
```

# Actor output Schema

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

No description

# 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 = {
    "keywords": "software engineer",
    "easyApply": false,
    "removeAgency": false,
    "incrementalMode": false,
    "enrichDetails": true,
    "scrapeCompany": false,
    "discoverRelated": false,
    "compact": false,
    "descriptionFormat": "all",
    "excludeEmptyFields": true,
    "includeDetails": false
};

// Run the Actor and wait for it to finish
const run = await client.actor("blackfalcondata/linkedin-salary-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 = {
    "keywords": "software engineer",
    "easyApply": False,
    "removeAgency": False,
    "incrementalMode": False,
    "enrichDetails": True,
    "scrapeCompany": False,
    "discoverRelated": False,
    "compact": False,
    "descriptionFormat": "all",
    "excludeEmptyFields": True,
    "includeDetails": False,
}

# Run the Actor and wait for it to finish
run = client.actor("blackfalcondata/linkedin-salary-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 '{
  "keywords": "software engineer",
  "easyApply": false,
  "removeAgency": false,
  "incrementalMode": false,
  "enrichDetails": true,
  "scrapeCompany": false,
  "discoverRelated": false,
  "compact": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": true,
  "includeDetails": false
}' |
apify call blackfalcondata/linkedin-salary-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

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