# LinkedIn Jobs Search Scraper (`jobsapi/linkedin-jobs-search-scraper`) Actor

Scrape job listings from LinkedIn Jobs. Extract job titles, companies, locations, salary ranges, seniority levels, employment types, and application insights from the world's largest professional network.

- **URL**: https://apify.com/jobsapi/linkedin-jobs-search-scraper.md
- **Developed by:** [Jobs API](https://apify.com/jobsapi) (community)
- **Categories:** Jobs, Automation, Developer tools
- **Stats:** 3 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 job details

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 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 Search Scraper

> An [Apify Actor](https://apify.com/jobsapi/linkedin-jobs-search-scraper) that scrapes publicly listed job postings from **[LinkedIn](https://example.com)** - Scrape job listings from LinkedIn Jobs. Extract job titles, companies, locations, salary ranges, seniority levels, employment types, and application insights from the world's largest professional network..

The Actor navigates LinkedIn's public job-search results, opens each result detail page to enrich the record, normalises everything into a single rich structured schema, and pushes one record per job into the Actor's default dataset for download or downstream integration.

***

### Table of Contents

- [What is LinkedIn?](#what-is-linkedin)
- [What does the Actor scrape?](#what-does-the-actor-scrape)
- [Main target URL](#main-target-url)
- [Input schema](#input-schema)
- [Output / dataset schema](#output--dataset-schema)
- [Example input](#example-input)
- [Example output record](#example-output-record)
- [Responsible use](#responsible-use)
- [Related jobs scrapers](#related-jobs-scrapers)

***

### What is LinkedIn?

**LinkedIn** is Scrape job listings from LinkedIn Jobs. Extract job titles, companies, locations, salary ranges, seniority levels, employment types, and application insights from the world's largest professional network.

This Actor targets **LinkedIn**'s public job-search results and enriches each result with the canonical LinkedIn detail page.

### What does the Actor scrape?

Scrape job listings from LinkedIn Jobs. Extract job titles, companies, locations, salary ranges, seniority levels, employment types, and application insights from the world's largest professional network.

The actor maps listing fields such as:

Primary source URL: `https://www.swiggy.com/city/chennai/order-online`

### Main target URL

The actor scrapes from the following base URL:

```text
https://www.swiggy.com/city/chennai/order-online
```

Request modifiers come from fields: keywords, location, maxJobs, datePosted, jobType, experienceLevel, remoteFilter, scrapeJobDetails, proxyConfiguration, urls, scrapeCompany, count, splitByLocation, splitCountry, salaryMin, salaryMax, educationLevel.

### Input schema

The Actor accepts the following input (defined in `.actor/input_schema.json`):

| Field | Type | Required | Default | Constraints | Description |
| --- | --- | --- | --- | --- | --- |
| `keywords` | `string` | Yes | - | - | Job search keywords (e.g. 'software engineer', 'product manager', 'data scientist'). |
| `location` | `string` | No | `"United States"` | - | Job location (e.g. 'United States', 'San Francisco, CA', 'Remote', 'India'). |
| `maxJobs` | `integer` | No | `50` | >= 1; <= 1000 | Maximum number of job listings to scrape. |
| `datePosted` | `enum(anyTime, pastMonth, pastWeek, past24Hours)` | No | `"anyTime"` | one of: anyTime, pastMonth, pastWeek, past24Hours | Filter by how recently the job was posted. |
| `jobType` | `enum(, F, P, C, T, I, V, O)` | No | `""` | one of: , F, P, C, T, I, V, O | Filter by employment type. |
| `experienceLevel` | `enum(, 1, 2, 3, 4, 5, 6)` | No | `""` | one of: , 1, 2, 3, 4, 5, 6 | Filter by required experience level. |
| `remoteFilter` | `enum(, 1, 2, 3)` | No | `""` | one of: , 1, 2, 3 | Filter by work location type. |
| `scrapeJobDetails` | `boolean` | No | `true` | - | Visit each job page to extract full description, requirements, salary, and more. Slower but much more data. |
| `proxyConfiguration` | `object` | No | `{"useApifyProxy":false}` | - | Optionally, use Apify Proxy or custom HTTP proxy to avoid IP address-based blocking. |
| `urls` | `array` | No | - | - | Go to [linkedin jobs search page](https://www.linkedin.com/jobs/search/) on incognito window (to access public version), search with required filters and once you are done, copy the full URL from address bar and pass it here. You can pass multiple search URLs |
| `scrapeCompany` | `boolean` | No | `true` | - | This will require additional scraping requests for each job record and take longer to scrape |
| `count` | `integer` | No | - | >= 10 | Limit number of jobs scraped |
| `splitByLocation` | `boolean` | No | `false` | - | Enable this to split your search by cities within a country. This helps bypass LinkedIn's 1000 job limit per search URL by creating separate searches for each city. This will overwrite the location filter in input search URLs. |
| `splitCountry` | `enum(US, CA, MX, GB, DE, FR, NL, CH, SE, NO, DK, FI, IE, ES, IT, PT, BE, AT, PL, CZ, RO, HU, GR, BG, HR, RS, UA, SK, LT, LV, EE, SI, LU, MT, IS, CY, TR, RU, GE, AM, AZ, BY, BA, XK, MD, ME, MK, AL, MC, AD, LI, SM, VA, IN, CN, JP, KR, SG, HK, TW, TH, VN, ID, MY, PH, BD, PK, LK, NP, MM, KH, KZ, UZ, KG, TJ, TM, MN, BN, MV, BT, LA, TL, AF, KP, AE, SA, IL, QA, KW, BH, OM, JO, LB, IQ, IR, PS, SY, YE, AU, NZ, FJ, PG, WS, TO, VU, SB, KI, MH, FM, PW, NR, TV, BR, AR, CO, CL, PE, EC, UY, VE, BO, PY, GY, SR, CR, PA, GT, DO, PR, JM, TT, HN, SV, NI, BS, BB, CU, HT, BZ, AG, DM, GD, LC, KN, VC, ZA, NG, KE, EG, MA, GH, ET, TZ, RW, UG, SN, TN, CI, CM, DZ, AO, MU, ZM, ZW, MZ, CD, BW, NA, MG, LY, SD, SS, SO, ML, GA, BJ, BF, MW, NE, TD, SL, LR, ER, GM, GN, GW, TG, MR, SZ, LS, DJ, CG, CF, BI, CV, KM, GQ, ST, SC)` | No | - | one of: US, CA, MX, GB, DE, FR, NL, CH, SE, NO, DK, FI, IE, ES, IT, PT, BE, AT, PL, CZ, RO, HU, GR, BG, HR, RS, UA, SK, LT, LV, EE, SI, LU, MT, IS, CY, TR, RU, GE, AM, AZ, BY, BA, XK, MD, ME, MK, AL, MC, AD, LI, SM, VA, IN, CN, JP, KR, SG, HK, TW, TH, VN, ID, MY, PH, BD, PK, LK, NP, MM, KH, KZ, UZ, KG, TJ, TM, MN, BN, MV, BT, LA, TL, AF, KP, AE, SA, IL, QA, KW, BH, OM, JO, LB, IQ, IR, PS, SY, YE, AU, NZ, FJ, PG, WS, TO, VU, SB, KI, MH, FM, PW, NR, TV, BR, AR, CO, CL, PE, EC, UY, VE, BO, PY, GY, SR, CR, PA, GT, DO, PR, JM, TT, HN, SV, NI, BS, BB, CU, HT, BZ, AG, DM, GD, LC, KN, VC, ZA, NG, KE, EG, MA, GH, ET, TZ, RW, UG, SN, TN, CI, CM, DZ, AO, MU, ZM, ZW, MZ, CD, BW, NA, MG, LY, SD, SS, SO, ML, GA, BJ, BF, MW, NE, TD, SL, LR, ER, GM, GN, GW, TG, MR, SZ, LS, DJ, CG, CF, BI, CV, KM, GQ, ST, SC | Select the country whose cities will be used to split the search. Only used when 'Split search by city locations' is enabled. Required to when 'Split search by city locations' is enabled. |
| `salaryMin` | `integer` | No | - | >= 0 | Minimum salary filter (in local currency). Only show jobs paying at least this amount. |
| `salaryMax` | `integer` | No | - | >= 0 | Maximum salary filter (in local currency). Only show jobs paying at most this amount. |
| `educationLevel` | `enum(, high_school, associate, bachelor, master, doctorate)` | No | `""` | one of: , high\_school, associate, bachelor, master, doctorate | Filter by minimum education level required. |

### Example input

```json
{
  "keywords": "software engineer",
  "location": "United States",
  "maxJobs": 50,
  "datePosted": "anyTime",
  "jobType": "",
  "experienceLevel": "",
  "remoteFilter": "",
  "scrapeJobDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "urls": [
    "https://www.linkedin.com/jobs/search/?position=1&pageNum=0"
  ],
  "scrapeCompany": true,
  "count": 100,
  "splitByLocation": false,
  "splitCountry": "US",
  "salaryMin": 0,
  "salaryMax": 0,
  "educationLevel": ""
}
```

### Output / dataset schema

Each record follows `.actor/dataset_schema.json` and includes the properties below.

| Field | Type | Required |
| --- | --- | --- |

### Example output record

```json
{
  "id": "4437472369",
  "title": "Software Engineer, Early Career (AI)",
  "linkedinUrl": "https://www.linkedin.com/jobs/view/software-engineer-early-career-ai-at-notion-4437472369?position=2&pageNum=0&refId=LLU7TqhIi%2FvzAYqa9nZN1A%3D%3D&trackingId=V29qPN0o%2BKFvwK9GSlmELw%3D%3D",
  "jobState": "LISTED",
  "postedDate": "2026-07-06",
  "descriptionText": "Who We Are Notion is the collaborative AI workspace where teams and agents think together. We're building one place where your knowledge, projects, meetings, and AI tools live side by side, so work is faster, clearer, and less fragmented. Millions of individuals, small teams, and large companies run their work on Notion. Notinos (our employees) are customer zero in bringing this future of work to life. We care about craft, building things that last, and the belief that great work is still fundamentally human. Our goal isn’t to ship the next feature. Each and every team of Notinos is working to set the standard for how humans work together in the AI era. From building a business’s system of record to making and managing AI agents to automating away the busy work, we care deeply about giving our customers more time for their life’s work. About The Role As an engineer at Notion, you’ll help shape core user experiences and accelerate how people discover value in Notion. You'll tackle meaningful challenges with increasing autonomy, crafting code that millions of users will experience. You'll take ownership of projects that matter, make critical technical decisions, and contribute your unique perspective to our product vision. Working alongside passionate experts across design, product, and data, you'll help shape the future of how people work. We're looking for an Early Career AI Engineer to join as a strategic partner in shaping Notion's AI vision. You'll work on cutting-edge AI-powered features, leveraging LLMs, embeddings, and other AI technologies to make Notion more intelligent and capable. Role This role may be aligned to one of multiple AI-focused teams at Notion. Depending on team match and business needs, you could work on: AI product engineering: building model-powered features end-to-end (UX, APIs, retrieval, orchestration, quality, and reliability) Model & systems engineering: improving model integration and performance (latency, cost, safety, robustness) and building the infrastructure that supports model serving and experimentation Evaluation & quality (evals): creating evaluation frameworks and automated/ human-in-the-loop testing to measure and improve model and product quality What You’ll Achieve Partner with your team to prototype and ship an AI-powered product improvement Own a scoped productionization project: integrate a new model/technique into an existing workflow, add monitoring + guardrails, or improve latency/cost/reliability. Contribute to evals and iteration loops: build or extend an evaluation set, run experiments, analyze results, and translate learnings into product or system changes. Skills You'll Need To Bring You have less than two years of engineering experience. You have solid fundamentals in data structures, algorithms, and distributed systems, with a customer-minded, pragmatic approach to solving problems. Expertise building and prototyping: You’re excited to build and iterate quickly, and you’ve started exploring AI/ML through coursework, projects, internships, or hackathons. You’re comfortable learning how different parts of a product fit together (UI, APIs, data), have some familiarity with relational databases like Postgres or MySQL, and can take an idea from prototype to a working feature with guidance. Thoughtful problem-solving: You approach problems holistically, starting with a clear and accurate understanding of the context. You think about the implications of what you're building and how it will impact real people's lives. You can navigate ambiguity successfully, decompose complex problems into clean solutions, while also balancing the business impact of what you’re building. Impact-driven approach to technology: You see technologies as tools to achieve user impact rather than ends in themselves. You care more about building successful systems that solve real problems than about using specific tech stacks or following trends. You stay current with the latest tools like Cursor, Claude Code, and other AI-assisted development environments, you're pragmatic about choosing the right tool for the job, focusing on what delivers the most value to users and the business. Proactive communication and high agency: You own your work, communicating clearly about progress and blockers. You don't wait for instructions for every step but rather show initiative in identifying what needs to be done and driving projects forward. You ask questions when needed while independently finding solutions to problems. Nice to Haves You have experience with any part of our technology stack: React, TypeScript, Node.js, Postgres, and Elasticsearch. You care about the interaction between technology and society, the ways in which they inform each other, and our responsibility as technologists to be conscious of that relationship. You've heard of computing pioneers like Ada Lovelace, Douglas Engelbart, Alan Kay, and others—and understand why we're big fans of their work. Notion is committed to providing highly competitive cash compensation, equity, and benefits. The compensation offered for this role will be based on multiple factors such as location, the role’s scope and complexity, and the candidate’s experience and expertise, and may vary from the range provided below. For roles based in San Francisco and New York, the estimated base salary range for this role is $130,000-$150,000. By clicking “Submit Application”, I understand and agree that Notion and its affiliates and subsidiaries will collect and process my information in accordance with Notion’s Global Recruiting Privacy Policy. A Note on AI You don’t need deep AI expertise for every role, but we do expect every Notino to be intellectually curious, drawn to tinkering and discovery, and excited to use AI as a real collaborator in their work. For some roles, AI fluency is a core requirement - when that’s the case, we'll say so explicitly in the qualifications. People who thrive here don’t treat AI as a novelty. They use it to think better, and make their work easier for others to build on. Equal Opportunity & Accommodations We hire talented people from a wide range of backgrounds. If you’re excited about this role but don’t meet every bullet, we still encourage you to apply. Notion is an equal opportunity employer and does not discriminate on the basis of any legally protected characteristic. Consistent with applicable law, we will consider for employment qualified applicants with arrest and conviction records. Notion provides reasonable accommodations during the application process; if you need one, please let your recruiter know. Notion is proud to be an equal opportunity employer. We do not discriminate in hiring or any employment decision based on race, color, religion, national origin, age, sex (including pregnancy, childbirth, or related medical conditions), marital status, ancestry, physical or mental disability, genetic information, veteran status, gender identity or expression, sexual orientation, or other applicable legally protected characteristic. Notion considers qualified applicants with criminal histories, consistent with applicable federal, state and local law. Notion is also committed to providing reasonable accommodations for qualified individuals with disabilities and disabled veterans in our job application procedures. If you need assistance or an accommodation due to a disability, please let your recruiter know.",
  "descriptionHtml": "Who We Are<br><br>Notion is the collaborative AI workspace where teams and agents think together. We're building one place where your knowledge, projects, meetings, and AI tools live side by side, so work is faster, clearer, and less fragmented. Millions of individuals, small teams, and large companies run their work on Notion.<br><br>Notinos (our employees) are customer zero in bringing this future of work to life. We care about craft, building things that last, and the belief that great work is still fundamentally human. Our goal isn’t to ship the next feature. Each and every team of Notinos is working to set the standard for how humans work together in the AI era. From building a business’s system of record to making and managing AI agents to automating away the busy work, we care deeply about giving our customers more time for their life’s work.<br><br><strong>About The Role<br><br></strong>As an engineer at Notion, you’ll help shape core user experiences and accelerate how people discover value in Notion. You'll tackle meaningful challenges with increasing autonomy, crafting code that millions of users will experience. You'll take ownership of projects that matter, make critical technical decisions, and contribute your unique perspective to our product vision. Working alongside passionate experts across design, product, and data, you'll help shape the future of how people work.<br><br>We're looking for an Early Career AI Engineer to join as a strategic partner in shaping Notion's AI vision. You'll work on cutting-edge AI-powered features, leveraging LLMs, embeddings, and other AI technologies to make Notion more intelligent and capable.<br><br><strong>Role<br><br></strong>This role may be aligned to one of multiple AI-focused teams at Notion. Depending on team match and business needs, you could work on:<br><br><ul><li>AI product engineering: building model-powered features end-to-end (UX, APIs, retrieval, orchestration, quality, and reliability)</li><li>Model &amp; systems engineering: improving model integration and performance (latency, cost, safety, robustness) and building the infrastructure that supports model serving and experimentation</li><li>Evaluation &amp; quality (evals): creating evaluation frameworks and automated/ human-in-the-loop testing to measure and improve model and product quality<br><br></li></ul>What You’ll Achieve<br><br><ul><li>Partner with your team to prototype and ship an AI-powered product improvement</li><li>Own a scoped productionization project: integrate a new model/technique into an existing workflow, add monitoring + guardrails, or improve latency/cost/reliability.</li><li>Contribute to evals and iteration loops: build or extend an evaluation set, run experiments, analyze results, and translate learnings into product or system changes.<br><br></li></ul><strong>Skills You'll Need To Bring<br><br></strong><ul><li>You have less than two years of engineering experience. You have solid fundamentals in data structures, algorithms, and distributed systems, with a customer-minded, pragmatic approach to solving problems.</li><li>Expertise building and prototyping: You’re excited to build and iterate quickly, and you’ve started exploring AI/ML through coursework, projects, internships, or hackathons. You’re comfortable learning how different parts of a product fit together (UI, APIs, data), have some familiarity with relational databases like Postgres or MySQL, and can take an idea from prototype to a working feature with guidance.</li><li>Thoughtful problem-solving: You approach problems holistically, starting with a clear and accurate understanding of the context. You think about the implications of what you're building and how it will impact real people's lives. You can navigate ambiguity successfully, decompose complex problems into clean solutions, while also balancing the business impact of what you’re building.</li><li>Impact-driven approach to technology: You see technologies as tools to achieve user impact rather than ends in themselves. You care more about building successful systems that solve real problems than about using specific tech stacks or following trends. You stay current with the latest tools like Cursor, Claude Code, and other AI-assisted development environments, you're pragmatic about choosing the right tool for the job, focusing on what delivers the most value to users and the business.</li><li>Proactive communication and high agency: You own your work, communicating clearly about progress and blockers. You don't wait for instructions for every step but rather show initiative in identifying what needs to be done and driving projects forward. You ask questions when needed while independently finding solutions to problems.<br><br></li></ul>Nice to Haves<br><br><ul><li>You have experience with any part of our technology stack: React, TypeScript, Node.js, Postgres, and Elasticsearch.</li><li>You care about the interaction between technology and society, the ways in which they inform each other, and our responsibility as technologists to be conscious of that relationship.</li><li>You've heard of computing pioneers like Ada Lovelace, Douglas Engelbart, Alan Kay, and others—and understand why we're big fans of their work.<br><br></li></ul>Notion is committed to providing highly competitive cash compensation, equity, and benefits. The compensation offered for this role will be based on multiple factors such as location, the role’s scope and complexity, and the candidate’s experience and expertise, and may vary from the range provided below. For roles based in San Francisco and New York, the estimated base salary range for this role is $130,000-$150,000.<br><br>By clicking “Submit Application”, I understand and agree that Notion and its affiliates and subsidiaries will collect and process my information in accordance with Notion’s Global Recruiting Privacy Policy.<br><br>A Note on AI<br><br>You don’t need deep AI expertise for every role, but we do expect every Notino to be intellectually curious, drawn to tinkering and discovery, and excited to use AI as a real collaborator in their work. For some roles, AI fluency is a core requirement - when that’s the case, we'll say so explicitly in the qualifications. People who thrive here don’t treat AI as a novelty. They use it to think better, and make their work easier for others to build on.<br><br>Equal Opportunity &amp; Accommodations<br><br>We hire talented people from a wide range of backgrounds. If you’re excited about this role but don’t meet every bullet, we still encourage you to apply. Notion is an equal opportunity employer and does not discriminate on the basis of any legally protected characteristic. Consistent with applicable law, we will consider for employment qualified applicants with arrest and conviction records. Notion provides reasonable accommodations during the application process; if you need one, please let your recruiter know.<br><br>Notion is proud to be an equal opportunity employer. We do not discriminate in hiring or any employment decision based on race, color, religion, national origin, age, sex (including pregnancy, childbirth, or related medical conditions), marital status, ancestry, physical or mental disability, genetic information, veteran status, gender identity or expression, sexual orientation, or other applicable legally protected characteristic. Notion considers qualified applicants with criminal histories, consistent with applicable federal, state and local law. Notion is also committed to providing reasonable accommodations for qualified individuals with disabilities and disabled veterans in our job application procedures. If you need assistance or an accommodation due to a disability, please let your recruiter know.<br><br>",
  "location": {
    "linkedinText": "San Francisco, CA"
  },
  "employmentType": "Full-time",
  "workplaceType": "onsite",
  "workRemoteAllowed": false,
  "applicants": 200,
  "jobFunctions": [
    "Engineering and Information Technology"
  ],
  "industries": [
    "Software Development"
  ],
  "company": {
    "linkedinUrl": "https://www.linkedin.com/company/notionhq?trk=public_jobs_topcard-org-name",
    "name": "Notion"
  },
  "new": false,
  "contentSource": "linkedin",
  "searchResultRank": 2,
  "companyName": "Notion",
  "companyUrl": "https://www.linkedin.com/company/notionhq?trk=public_jobs_topcard-org-name",
  "locationText": "San Francisco, CA",
  "description": "Who We Are Notion is the collaborative AI workspace where teams and agents think together. We're building one place where your knowledge, projects, meetings, and AI tools live side by side, so work is faster, clearer, and less fragmented. Millions of individuals, small teams, and large companies run their work on Notion. Notinos (our employees) are customer zero in bringing this future of work to life. We care about craft, building things that last, and the belief that great work is still fundamentally human. Our goal isn’t to ship the next feature. Each and every team of Notinos is working to set the standard for how humans work together in the AI era. From building a business’s system of record to making and managing AI agents to automating away the busy work, we care deeply about giving our customers more time for their life’s work. About The Role As an engineer at Notion, you’ll help shape core user experiences and accelerate how people discover value in Notion. You'll tackle meaningful challenges with increasing autonomy, crafting code that millions of users will experience. You'll take ownership of projects that matter, make critical technical decisions, and contribute your unique perspective to our product vision. Working alongside passionate experts across design, product, and data, you'll help shape the future of how people work. We're looking for an Early Career AI Engineer to join as a strategic partner in shaping Notion's AI vision. You'll work on cutting-edge AI-powered features, leveraging LLMs, embeddings, and other AI technologies to make Notion more intelligent and capable. Role This role may be aligned to one of multiple AI-focused teams at Notion. Depending on team match and business needs, you could work on: AI product engineering: building model-powered features end-to-end (UX, APIs, retrieval, orchestration, quality, and reliability) Model & systems engineering: improving model integration and performance (latency, cost, safety, robustness) and building the infrastructure that supports model serving and experimentation Evaluation & quality (evals): creating evaluation frameworks and automated/ human-in-the-loop testing to measure and improve model and product quality What You’ll Achieve Partner with your team to prototype and ship an AI-powered product improvement Own a scoped productionization project: integrate a new model/technique into an existing workflow, add monitoring + guardrails, or improve latency/cost/reliability. Contribute to evals and iteration loops: build or extend an evaluation set, run experiments, analyze results, and translate learnings into product or system changes. Skills You'll Need To Bring You have less than two years of engineering experience. You have solid fundamentals in data structures, algorithms, and distributed systems, with a customer-minded, pragmatic approach to solving problems. Expertise building and prototyping: You’re excited to build and iterate quickly, and you’ve started exploring AI/ML through coursework, projects, internships, or hackathons. You’re comfortable learning how different parts of a product fit together (UI, APIs, data), have some familiarity with relational databases like Postgres or MySQL, and can take an idea from prototype to a working feature with guidance. Thoughtful problem-solving: You approach problems holistically, starting with a clear and accurate understanding of the context. You think about the implications of what you're building and how it will impact real people's lives. You can navigate ambiguity successfully, decompose complex problems into clean solutions, while also balancing the business impact of what you’re building. Impact-driven approach to technology: You see technologies as tools to achieve user impact rather than ends in themselves. You care more about building successful systems that solve real problems than about using specific tech stacks or following trends. You stay current with the latest tools like Cursor, Claude Code, and other AI-assisted development environments, you're pragmatic about choosing the right tool for the job, focusing on what delivers the most value to users and the business. Proactive communication and high agency: You own your work, communicating clearly about progress and blockers. You don't wait for instructions for every step but rather show initiative in identifying what needs to be done and driving projects forward. You ask questions when needed while independently finding solutions to problems. Nice to Haves You have experience with any part of our technology stack: React, TypeScript, Node.js, Postgres, and Elasticsearch. You care about the interaction between technology and society, the ways in which they inform each other, and our responsibility as technologists to be conscious of that relationship. You've heard of computing pioneers like Ada Lovelace, Douglas Engelbart, Alan Kay, and others—and understand why we're big fans of their work. Notion is committed to providing highly competitive cash compensation, equity, and benefits. The compensation offered for this role will be based on multiple factors such as location, the role’s scope and complexity, and the candidate’s experience and expertise, and may vary from the range provided below. For roles based in San Francisco and New York, the estimated base salary range for this role is $130,000-$150,000. By clicking “Submit Application”, I understand and agree that Notion and its affiliates and subsidiaries will collect and process my information in accordance with Notion’s Global Recruiting Privacy Policy. A Note on AI You don’t need deep AI expertise for every role, but we do expect every Notino to be intellectually curious, drawn to tinkering and discovery, and excited to use AI as a real collaborator in their work. For some roles, AI fluency is a core requirement - when that’s the case, we'll say so explicitly in the qualifications. People who thrive here don’t treat AI as a novelty. They use it to think better, and make their work easier for others to build on. Equal Opportunity & Accommodations We hire talented people from a wide range of backgrounds. If you’re excited about this role but don’t meet every bullet, we still encourage you to apply. Notion is an equal opportunity employer and does not discriminate on the basis of any legally protected characteristic. Consistent with applicable law, we will consider for employment qualified applicants with arrest and conviction records. Notion provides reasonable accommodations during the application process; if you need one, please let your recruiter know. Notion is proud to be an equal opportunity employer. We do not discriminate in hiring or any employment decision based on race, color, religion, national origin, age, sex (including pregnancy, childbirth, or related medical conditions), marital status, ancestry, physical or mental disability, genetic information, veteran status, gender identity or expression, sexual orientation, or other applicable legally protected characteristic. Notion considers qualified applicants with criminal histories, consistent with applicable federal, state and local law. Notion is also committed to providing reasonable accommodations for qualified individuals with disabilities and disabled veterans in our job application procedures. If you need assistance or an accommodation due to a disability, please let your recruiter know.",
  "descriptionHeadings": [
    "About The Role",
    "Role",
    "Skills You'll Need To Bring"
  ],
  "descriptionItems": [
    "AI product engineering: building model-powered features end-to-end (UX, APIs, retrieval, orchestration, quality, and reliability)",
    "Model & systems engineering: improving model integration and performance (latency, cost, safety, robustness) and building the infrastructure that supports model serving and experimentation",
    "Evaluation & quality (evals): creating evaluation frameworks and automated/ human-in-the-loop testing to measure and improve model and product quality",
    "Partner with your team to prototype and ship an AI-powered product improvement",
    "Own a scoped productionization project: integrate a new model/technique into an existing workflow, add monitoring + guardrails, or improve latency/cost/reliability.",
    "Contribute to evals and iteration loops: build or extend an evaluation set, run experiments, analyze results, and translate learnings into product or system changes.",
    "You have less than two years of engineering experience. You have solid fundamentals in data structures, algorithms, and distributed systems, with a customer-minded, pragmatic approach to solving problems.",
    "Expertise building and prototyping: You’re excited to build and iterate quickly, and you’ve started exploring AI/ML through coursework, projects, internships, or hackathons. You’re comfortable learning how different parts of a product fit together (UI, APIs, data), have some familiarity with relational databases like Postgres or MySQL, and can take an idea from prototype to a working feature with guidance.",
    "Thoughtful problem-solving: You approach problems holistically, starting with a clear and accurate understanding of the context. You think about the implications of what you're building and how it will impact real people's lives. You can navigate ambiguity successfully, decompose complex problems into clean solutions, while also balancing the business impact of what you’re building.",
    "Impact-driven approach to technology: You see technologies as tools to achieve user impact rather than ends in themselves. You care more about building successful systems that solve real problems than about using specific tech stacks or following trends. You stay current with the latest tools like Cursor, Claude Code, and other AI-assisted development environments, you're pragmatic about choosing the right tool for the job, focusing on what delivers the most value to users and the business.",
    "Proactive communication and high agency: You own your work, communicating clearly about progress and blockers. You don't wait for instructions for every step but rather show initiative in identifying what needs to be done and driving projects forward. You ask questions when needed while independently finding solutions to problems.",
    "You have experience with any part of our technology stack: React, TypeScript, Node.js, Postgres, and Elasticsearch.",
    "You care about the interaction between technology and society, the ways in which they inform each other, and our responsibility as technologists to be conscious of that relationship.",
    "You've heard of computing pioneers like Ada Lovelace, Douglas Engelbart, Alan Kay, and others—and understand why we're big fans of their work."
  ],
  "salary": {
    "min": 130000,
    "max": 150000,
    "currency": "USD",
    "payPeriod": "YEARLY",
    "compensationType": "DISPLAYED_RANGE"
  },
  "searchQuery": "developer",
  "searchLocation": "United States",
  "source": "linkedin.com",
  "sourceData": {
    "transport": "linkedin-guest-api",
    "detailApiUrl": "https://www.linkedin.com/jobs-guest/jobs/api/jobPosting/4437472369"
  },
  "scrapedAt": "2026-07-20T14:31:59.345Z"
}
```

### Responsible use

Only collect publicly available job information. Respect LinkedIn's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through. Do not use this Actor to scrape authenticated pages, to bypass paywalls, or to harvest personal data of candidates or recruiters.

### Related jobs scrapers

This Actor is part of the **[jobsapi](https://apify.com/jobsapi)** organisation on Apify — a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under [`apify.com/jobsapi/<actor-name>`](https://apify.com/jobsapi) and is published from a sibling folder in this workspace.

The full catalogue of jobs scrapers in this workspace:

#### Global / multi-country

- [indeed-jobs-search-scraper](https://apify.com/jobsapi/indeed-jobs-search-scraper) — [Indeed](https://www.indeed.com)
- [linkedin-jobs-search-scraper](https://apify.com/jobsapi/linkedin-jobs-search-scraper) — [LinkedIn](https://www.linkedin.com/jobs)
- [google-jobs-search-scraper](https://apify.com/jobsapi/google-jobs-search-scraper) — [Google Jobs](https://www.google.com/search_jobs)
- [glassdoor-jobs-search-scraper](https://apify.com/jobsapi/glassdoor-jobs-search-scraper) — [Glassdoor](https://www.glassdoor.com)
- [monster-jobs-search-scraper](https://apify.com/jobsapi/monster-jobs-search-scraper) — [Monster](https://www.monster.com)
- [ziprecruiter-jobs-search-scraper](https://apify.com/jobsapi/ziprecruiter-jobs-search-scraper) — [ZipRecruiter](https://www.ziprecruiter.com)
- [simplyhired-jobs-search-scraper](https://apify.com/jobsapi/simplyhired-jobs-search-scraper) — [SimplyHired](https://www.simplyhired.com)
- [adzuna-jobs-search-scraper](https://apify.com/jobsapi/adzuna-jobs-search-scraper) — [Adzuna](https://www.adzuna.com)
- [jooble-jobs-search-scraper](https://apify.com/jobsapi/jooble-jobs-search-scraper) — [Jooble](https://jooble.org)
- [jora-jobs-search-scraper](https://apify.com/jobsapi/jora-jobs-search-scraper) — [Jora](https://www.jora.com)
- [careerjet-jobs-search-scraper](https://apify.com/jobsapi/careerjet-jobs-search-scraper) — [Careerjet](https://www.careerjet.com)
- [multi-ats-jobs-search-scraper](https://apify.com/jobsapi/multi-ats-jobs-search-scraper) — multi-ATS aggregator
- [workable-jobs-search-scraper](https://apify.com/jobsapi/workable-jobs-search-scraper) — [Workable](https://www.workable.com)
- [workday-jobs-search-scraper](https://apify.com/jobsapi/workday-jobs-search-scraper) — Workday-powered career sites

#### Remote / flexible

- [remoteok-jobs-search-scraper](https://apify.com/jobsapi/remoteok-jobs-search-scraper) — [RemoteOK](https://remoteok.com)
- [we-work-remotely-jobs-search-scraper](https://apify.com/jobsapi/we-work-remotely-jobs-search-scraper) — [We Work Remotely](https://weworkremotely.com)
- [remotive-jobs-search-scraper](https://apify.com/jobsapi/remotive-jobs-search-scraper) — [Remotive](https://remotive.com)
- [remote-co-jobs-search-scraper](https://apify.com/jobsapi/remote-co-jobs-search-scraper) — [Remote.co](https://remote.co)
- [flexjobs-jobs-search-scraper](https://apify.com/jobsapi/flexjobs-jobs-search-scraper) — [FlexJobs](https://www.flexjobs.com)
- [upwork-jobs-search-scraper](https://apify.com/jobsapi/upwork-jobs-search-scraper) — [Upwork](https://www.upwork.com)

#### United States

- [usajobs-jobs-search-scraper](https://apify.com/jobsapi/usajobs-jobs-search-scraper) — [USAJobs](https://www.usajobs.gov)
- [dice-com-jobs-search-scraper](https://apify.com/jobsapi/dice-com-jobs-search-scraper) — [Dice](https://www.dice.com)
- [builtin-jobs-search-scraper](https://apify.com/jobsapi/builtin-jobs-search-scraper) — [Built In](https://www.builtin.com)
- [governmentjobs-jobs-search-scraper](https://apify.com/jobsapi/governmentjobs-jobs-search-scraper) — [GovernmentJobs](https://www.governmentjobs.com)
- [handshake-jobs-search-scraper](https://apify.com/jobsapi/handshake-jobs-search-scraper) — [Handshake](https://joinhandshake.com)
- [higheredjobs-jobs-search-scraper](https://apify.com/jobsapi/higheredjobs-jobs-search-scraper) — [HigherEdJobs](https://www.higheredjobs.com)
- [hcareers-jobs-search-scraper](https://apify.com/jobsapi/hcareers-jobs-search-scraper) — [HCareers](https://www.hcareers.com)
- [idealist-jobs-search-scraper](https://apify.com/jobsapi/idealist-jobs-search-scraper) — [Idealist](https://www.idealist.org)
- [jobcase-jobs-search-scraper](https://apify.com/jobsapi/jobcase-jobs-search-scraper) — [Jobcase](https://www.jobcase.com)
- [snagajob-jobs-search-scraper](https://apify.com/jobsapi/snagajob-jobs-search-scraper) — [Snagajob](https://www.snagajob.com)
- [themuse-jobs-search-scraper](https://apify.com/jobsapi/themuse-jobs-search-scraper) — [The Muse](https://www.themuse.com)
- [wellfound-jobs-search-scraper](https://apify.com/jobsapi/wellfound-jobs-search-scraper) — [Wellfound (AngelList Talent)](https://wellfound.com)
- [tes-jobs-search-scraper](https://apify.com/jobsapi/tes-jobs-search-scraper) — [TES](https://www.tes.com)
- [practicelink-jobs-search-scraper](https://apify.com/jobsapi/practicelink-jobs-search-scraper) — [PracticeLink](https://www.practicelink.com)
- [civilservice-jobs-search-scraper](https://apify.com/jobsapi/civilservice-jobs-search-scraper) — Civil Service

#### United Kingdom & Ireland

- [reed-jobs-search-scraper](https://apify.com/jobsapi/reed-jobs-search-scraper) — [Reed](https://www.reed.co.uk)
- [totaljobs-jobs-search-scraper](https://apify.com/jobsapi/totaljobs-jobs-search-scraper) — [Totaljobs](https://www.totaljobs.com)
- [cv-library-jobs-search-scraper](https://apify.com/jobsapi/cv-library-jobs-search-scraper) — [CV-Library](https://www.cv-library.co.uk)
- [jobsite-jobs-search-scraper](https://apify.com/jobsapi/jobsite-jobs-search-scraper) — [Jobsite](https://www.jobsite.co.uk)
- [jobs-ac-uk-jobs-search-scraper](https://apify.com/jobsapi/jobs-ac-uk-jobs-search-scraper) — [Jobs.ac.uk](https://www.jobs.ac.uk)
- [guardian-jobs-search-scraper](https://apify.com/jobsapi/guardian-jobs-search-scraper) — [Guardian Jobs](https://jobs.theguardian.com)
- [irishjobs-jobs-search-scraper](https://apify.com/jobsapi/irishjobs-jobs-search-scraper) — [IrishJobs](https://www.irishjobs.ie)
- [nhs-jobs-search-scraper](https://apify.com/jobsapi/nhs-jobs-search-scraper) — [NHS Jobs](https://www.jobs.nhs.uk)
- [tes-jobs-search-scraper](https://apify.com/jobsapi/tes-jobs-search-scraper) — [TES](https://www.tes.com)

#### Europe

- [apec-jobs-search-scraper](https://apify.com/jobsapi/apec-jobs-search-scraper) — [APEC](https://www.apec.fr) (France, executive roles)
- [cadremploi-jobs-search-scraper](https://apify.com/jobsapi/cadremploi-jobs-search-scraper) — [Cadremploi](https://www.cadremploi.fr) (France)
- [meteojob-jobs-search-scraper](https://apify.com/jobsapi/meteojob-jobs-search-scraper) — [Meteojob](https://www.meteojob.com) (France)
- [hellowork-jobs-search-scraper](https://apify.com/jobsapi/hellowork-jobs-search-scraper) — [Hellowork](https://www.hellowork.com) (France)
- [francetravail-jobs-search-scraper](https://apify.com/jobsapi/francetravail-jobs-search-scraper) — [France Travail](https://www.francetravail.fr) (France)
- [michaelpage-jobs-search-scraper](https://apify.com/jobsapi/michaelpage-jobs-search-scraper) — [Michael Page](https://www.michaelpage.com)
- [manpower-jobs-search-scraper](https://apify.com/jobsapi/manpower-jobs-search-scraper) — [Manpower](https://www.manpower.com)
- [randstad-jobs-search-scraper](https://apify.com/jobsapi/randstad-jobs-search-scraper) — [Randstad](https://www.randstad.com)
- [roberthalf-jobs-search-scraper](https://apify.com/jobsapi/roberthalf-jobs-search-scraper) — [Robert Half](https://www.roberthalf.com)
- [akkodis-jobs-search-scraper](https://apify.com/jobsapi/akkodis-jobs-search-scraper) — [Akkodis](https://www.akkodis.com)
- [stepstone-jobs-search-scraper](https://apify.com/jobsapi/stepstone-jobs-search-scraper) — [Stepstone](https://www.stepstone.com) (DE/EU)
- [arbeitsagentur-jobs-search-scraper](https://apify.com/jobsapi/arbeitsagentur-jobs-search-scraper) — [Arbeitsagentur](https://www.arbeitsagentur.de) (Germany)
- [xing-jobs-search-scraper](https://apify.com/jobsapi/xing-jobs-search-scraper) — [Xing](https://www.xing.com)
- [karriere-at-jobs-search-scraper](https://apify.com/jobsapi/karriere-at-jobs-search-scraper) — [Karriere.at](https://www.karriere.at) (Austria)
- [jobs-ch-jobs-search-scraper](https://apify.com/jobsapi/jobs-ch-jobs-search-scraper) — [Jobs.ch](https://www.jobs.ch) (Switzerland)
- [pracuj-pl-jobs-search-scraper](https://apify.com/jobsapi/pracuj-pl-jobs-search-scraper) — [Pracuj.pl](https://www.pracuj.pl) (Poland)
- [nofluffjobs-jobs-search-scraper](https://apify.com/jobsapi/nofluffjobs-jobs-search-scraper) — [No Fluff Jobs](https://nofluffjobs.com)
- [jobindex-jobs-search-scraper](https://apify.com/jobsapi/jobindex-jobs-search-scraper) — [Jobindex](https://www.jobindex.dk) (Denmark)
- [finn-no-jobs-search-scraper](https://apify.com/jobsapi/finn-no-jobs-search-scraper) — [FINN.no](https://www.finn.no) (Norway)
- [infojobs-jobs-search-scraper](https://apify.com/jobsapi/infojobs-jobs-search-scraper) — [InfoJobs](https://www.infojobs.net) (Spain/Italy/Portugal)
- [eluta-jobs-search-scraper](https://apify.com/jobsapi/eluta-jobs-search-scraper) — [Eluta.ca](https://www.eluta.ca) (Canada)
- [jobbank-jobs-search-scraper](https://apify.com/jobsapi/jobbank-jobs-search-scraper) — [Job Bank](https://www.jobbank.gc.ca) (Canada)
- [jobillico-jobs-search-scraper](https://apify.com/jobsapi/jobillico-jobs-search-scraper) — [Jobillico](https://www.jobillico.com) (Canada)
- [eures-jobs-search-scraper](https://apify.com/jobsapi/eures-jobs-search-scraper) — [EURES](https://ec.europa.eu/eures) (EU)
- [vdab-jobs-search-scraper](https://apify.com/jobsapi/vdab-jobs-search-scraper) — [VDAB](https://www.vdab.be) (Belgium)
- [kariyer-net-jobs-search-scraper](https://apify.com/jobsapi/kariyer-net-jobs-search-scraper) — [Kariyer.net](https://www.kariyer.net) (Türkiye)
- [jobberman-jobs-search-scraper](https://apify.com/jobsapi/jobberman-jobs-search-scraper) — [Jobberman](https://www.jobberman.com) (Nigeria)
- [pnet-jobs-search-scraper](https://apify.com/jobsapi/pnet-jobs-search-scraper) — [PNet](https://www.pnet.co.za) (South Africa)
- [brightmonday-jobs-search-scraper](https://apify.com/jobsapi/brightmonday-jobs-search-scraper) — [BrighterMonday](https://www.brightermonday.co.ke) (East Africa)
- [caterer-jobs-search-scraper](https://apify.com/jobsapi/caterer-jobs-search-scraper) — [Caterer.com](https://www.caterer.com) (hospitality, UK/EU)

#### India

- [naukri-jobs-search-scraper](https://apify.com/jobsapi/naukri-jobs-search-scraper) — [Naukri](https://www.naukri.com)
- [foundit-jobs-search-scraper](https://apify.com/jobsapi/foundit-jobs-search-scraper) — [Foundit (Monster India)](https://www.foundit.in)
- [timesjobs-jobs-search-scraper](https://apify.com/jobsapi/timesjobs-jobs-search-scraper) — [TimesJobs](https://www.timesjobs.com)
- [shine-com-jobs-search-scraper](https://apify.com/jobsapi/shine-com-jobs-search-scraper) — [Shine](https://www.shine.com)
- [internshala-jobs-search-scraper](https://apify.com/jobsapi/internshala-jobs-search-scraper) — [Internshala](https://internshala.com)
- [freshersworld-jobs-search-scraper](https://apify.com/jobsapi/freshersworld-jobs-search-scraper) — [Freshersworld](https://www.freshersworld.com)
- [hirist-jobs-search-scraper](https://apify.com/jobsapi/hirist-jobs-search-scraper) — [Hirist](https://www.hirist.com)
- [instahyre-jobs-search-scraper](https://apify.com/jobsapi/instahyre-jobs-search-scraper) — [Instahyre](https://www.instahyre.com)
- [iimjobs-jobs-search-scraper](https://apify.com/jobsapi/iimjobs-jobs-search-scraper) — [IIMJobs](https://www.iimjobs.com)
- [cutshort-jobs-search-scraper](https://apify.com/jobsapi/cutshort-jobs-search-scraper) — [Cutshort](https://cutshort.io)
- [workindia-jobs-search-scraper](https://apify.com/jobsapi/workindia-jobs-search-scraper) — [WorkIndia](https://www.workindia.in)
- [quikr-jobs-search-scraper](https://apify.com/jobsapi/quikr-jobs-search-scraper) — [Quikr Jobs](https://www.quikr.com/jobs)
- [unstop-jobs-search-scraper](https://apify.com/jobsapi/unstop-jobs-search-scraper) — [Unstop (Dare2Compete)](https://unstop.com)
- [apna-jobs-search-scraper](https://apify.com/jobsapi/apna-jobs-search-scraper) — [Apna](https://apna.co)
- [employmentnews-jobs-search-scraper](https://apify.com/jobsapi/employmentnews-jobs-search-scraper) — [Employment News](https://employmentnews.gov.in)
- [ibps-recruitment-jobs-search-scraper](https://apify.com/jobsapi/ibps-recruitment-jobs-search-scraper) — IBPS recruitment
- [ssc-recruitment-jobs-search-scraper](https://apify.com/jobsapi/ssc-recruitment-jobs-search-scraper) — SSC recruitment
- [rrb-recruitment-jobs-search-scraper](https://apify.com/jobsapi/rrb-recruitment-jobs-search-scraper) — RRB recruitment
- [upsc-recruitment-jobs-search-scraper](https://apify.com/jobsapi/upsc-recruitment-jobs-search-scraper) — UPSC recruitment
- [freejobalert-jobs-search-scraper](https://apify.com/jobsapi/freejobalert-jobs-search-scraper) — [FreeJobAlert](https://www.freejobalert.com)
- [tnprivatejobs-jobs-search-scraper](https://apify.com/jobsapi/tnprivatejobs-jobs-search-scraper) — TN Private Jobs

#### Asia-Pacific

- [jobkorea-jobs-search-scraper](https://apify.com/jobsapi/jobkorea-jobs-search-scraper) — [JobKorea](https://www.jobkorea.co.kr) (Korea)
- [saramin-jobs-search-scraper](https://apify.com/jobsapi/saramin-jobs-search-scraper) — [Saramin](https://www.saramin.co.kr) (Korea)
- [daijob-jobs-search-scraper](https://apify.com/jobsapi/daijob-jobs-search-scraper) — [Daijob](https://www.daijob.com) (Japan)
- [gaijinpot-jobs-search-scraper](https://apify.com/jobsapi/gaijinpot-jobs-search-scraper) — [GaijinPot](https://jobs.gaijinpot.com) (Japan)
- [jobsdb-sg-jobs-search-scraper](https://apify.com/jobsapi/jobsdb-sg-jobs-search-scraper) — [JobsDB](https://www.jobsdb.com) (Hong Kong / SEA)
- [jobstreet-jobs-search-scraper](https://apify.com/jobsapi/jobstreet-jobs-search-scraper) — [JobStreet](https://www.jobstreet.com) (SEA)
- [mycareersfuture-jobs-search-scraper](https://apify.com/jobsapi/mycareersfuture-jobs-search-scraper) — [MyCareersFuture](https://www.mycareersfuture.gov.sg) (Singapore)
- [glints-jobs-search-scraper](https://apify.com/jobsapi/glints-jobs-search-scraper) — [Glints](https://glints.com) (SEA)
- [himalayas-jobs-search-scraper](https://apify.com/jobsapi/himalayas-jobs-search-scraper) — [Himalayas](https://himalayas.app)
- [vietnamworks-jobs-search-scraper](https://apify.com/jobsapi/vietnamworks-jobs-search-scraper) — [VietnamWorks](https://www.vietnamworks.com)
- [conzultalent-jobs-search-scraper](https://apify.com/jobsapi/conzultalent-jobs-search-scraper) — Conzultalent

#### MENA

- [bayt-jobs-search-scraper](https://apify.com/jobsapi/bayt-jobs-search-scraper) — [Bayt.com](https://www.bayt.com)
- [gulftalent-jobs-search-scraper](https://apify.com/jobsapi/gulftalent-jobs-search-scraper) — [GulfTalent](https://www.gulftalent.com)
- [wuzzuf-jobs-search-scraper](https://apify.com/jobsapi/wuzzuf-jobs-search-scraper) — [Wuzzuf](https://wuzzuf.net) (Egypt)
- [naukrigulf-jobs-search-scraper](https://apify.com/jobsapi/naukrigulf-jobs-search-scraper) — [NaukriGulf](https://www.naukrigulf.com)
- [hh-ru-jobs-search-scraper](https://apify.com/jobsapi/hh-ru-jobs-search-scraper) — [hh.ru](https://hh.ru) (Russia)

#### Latin America

- [computrabajo-jobs-search-scraper](https://apify.com/jobsapi/computrabajo-jobs-search-scraper) — [Computrabajo](https://www.computrabajo.com)
- [bumeran-jobs-search-scraper](https://apify.com/jobsapi/bumeran-jobs-search-scraper) — [Bumeran](https://www.bumeran.com)
- [occ-mundial-jobs-search-scraper](https://apify.com/jobsapi/occ-mundial-jobs-search-scraper) — [OCC Mundial](https://www.occ.com.mx)
- [zonajobs-jobs-search-scraper](https://apify.com/jobsapi/zonajobs-jobs-search-scraper) — [ZonaJobs](https://www.zonajobs.com.ar)
- [laborum-jobs-search-scraper](https://apify.com/jobsapi/laborum-jobs-search-scraper) — [Laborum](https://www.laborum.com)
- [catho-jobs-search-scraper](https://apify.com/jobsapi/catho-jobs-search-scraper) — [Catho](https://www.catho.com.br) (Brazil)
- [gupy-jobs-search-scraper](https://apify.com/jobsapi/gupy-jobs-search-scraper) — [Gupy](https://gupy.com.br) (Brazil)
- [infojobs-jobs-search-scraper](https://apify.com/jobsapi/infojobs-jobs-search-scraper) — [InfoJobs](https://www.infojobs.com.br) (Brazil)
- [olx-jobs-search-scraper](https://apify.com/jobsapi/olx-jobs-search-scraper) — [OLX](https://www.olx.com) Jobs

#### Africa

- [jobberman-jobs-search-scraper](https://apify.com/jobsapi/jobberman-jobs-search-scraper) — [Jobberman](https://www.jobberman.com) (Nigeria)
- [pnet-jobs-search-scraper](https://apify.com/jobsapi/pnet-jobs-search-scraper) — [PNet](https://www.pnet.co.za) (South Africa)
- [brightmonday-jobs-search-scraper](https://apify.com/jobsapi/brightmonday-jobs-search-scraper) — [BrighterMonday](https://www.brightermonday.co.ke) (East Africa)
- [career-jobs-search-scraper](https://apify.com/jobsapi/career-jobs-search-scraper) — [Career](https://www.career.co.za) (South Africa)
- [ejobs-ro-jobs-search-scraper](https://apify.com/jobsapi/ejobs-ro-jobs-search-scraper) — [eJobs.ro](https://www.ejobs.ro) (Romania)
- [ncs-jobs-search-scraper](https://apify.com/jobsapi/ncs-jobs-search-scraper) — NCS
- [trademe-jobs-search-scraper](https://apify.com/jobsapi/trademe-jobs-search-scraper) — [Trade Me Jobs](https://www.trademe.co.nz) (New Zealand)
- [seek-jobs-search-scraper](https://apify.com/jobsapi/seek-jobs-search-scraper) — [SEEK](https://www.seek.com.au) (AU/NZ)
- [workforce-australia-jobs-search-scraper](https://apify.com/jobsapi/workforce-australia-jobs-search-scraper) — Workforce Australia

#### Other / specialised

- [dice-com-jobs-search-scraper](https://apify.com/jobsapi/dice-com-jobs-search-scraper) — [Dice](https://www.dice.com) (tech, US)
- [efinancialcareers-jobs-search-scraper](https://apify.com/jobsapi/efinancialcareers-jobs-search-scraper) — [eFinancialCareers](https://www.efinancialcareers.com)
- [apsjobs-jobs-search-scraper](https://apify.com/jobsapi/apsjobs-jobs-search-scraper) — APS Jobs
- [talent-jobs-search-scraper](https://apify.com/jobsapi/talent-jobs-search-scraper) — Talent
- [jungle-jobs-search-scraper](https://apify.com/jobsapi/jungle-jobs-search-scraper) — [Jungle.co](https://jungle.co) (creative / tech)
- [wuzzuf-jobs-search-scraper](https://apify.com/jobsapi/wuzzuf-jobs-search-scraper) — [Wuzzuf](https://wuzzuf.net)

Browse the full catalogue at **[apify.com/jobsapi](https://apify.com/jobsapi)**.

# Actor input Schema

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

Job search keywords (e.g. 'software engineer', 'product manager', 'data scientist').

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

Job location (e.g. 'United States', 'San Francisco, CA', 'Remote', 'India').

## `maxJobs` (type: `integer`):

Maximum number of job listings to scrape.

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

Filter by how recently the job was posted.

## `jobType` (type: `string`):

Filter by employment type.

## `experienceLevel` (type: `string`):

Filter by required experience level.

## `remoteFilter` (type: `string`):

Filter by work location type.

## `scrapeJobDetails` (type: `boolean`):

Visit each job page to extract full description, requirements, salary, and more. Slower but much more data.

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

Optionally, use Apify Proxy or custom HTTP proxy to avoid IP address-based blocking.

## `urls` (type: `array`):

Go to [linkedin jobs search page](https://www.linkedin.com/jobs/search/) on incognito window (to access public version), search with required filters and once you are done, copy the full URL from address bar and pass it here. You can pass multiple search URLs

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

This will require additional scraping requests for each job record and take longer to scrape

## `count` (type: `integer`):

Limit number of jobs scraped

## `splitByLocation` (type: `boolean`):

Enable this to split your search by cities within a country. This helps bypass LinkedIn's 1000 job limit per search URL by creating separate searches for each city. This will overwrite the location filter in input search URLs.

## `splitCountry` (type: `string`):

Select the country whose cities will be used to split the search. Only used when 'Split search by city locations' is enabled. Required to when 'Split search by city locations' is enabled.

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

Minimum salary filter (in local currency). Only show jobs paying at least this amount.

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

Maximum salary filter (in local currency). Only show jobs paying at most this amount.

## `educationLevel` (type: `string`):

Filter by minimum education level required.

## Actor input object example

```json
{
  "keywords": "software engineer",
  "location": "United States",
  "maxJobs": 50,
  "datePosted": "anyTime",
  "jobType": "",
  "experienceLevel": "",
  "remoteFilter": "",
  "scrapeJobDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "urls": [
    "https://www.linkedin.com/jobs/search/?position=1&pageNum=0"
  ],
  "scrapeCompany": true,
  "count": 100,
  "splitByLocation": false,
  "educationLevel": ""
}
```

# Actor output Schema

## `dataset` (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",
    "location": "United States",
    "maxJobs": 50,
    "scrapeJobDetails": true,
    "proxyConfiguration": {
        "useApifyProxy": false
    },
    "urls": [
        "https://www.linkedin.com/jobs/search/?position=1&pageNum=0"
    ],
    "count": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("jobsapi/linkedin-jobs-search-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",
    "location": "United States",
    "maxJobs": 50,
    "scrapeJobDetails": True,
    "proxyConfiguration": { "useApifyProxy": False },
    "urls": ["https://www.linkedin.com/jobs/search/?position=1&pageNum=0"],
    "count": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("jobsapi/linkedin-jobs-search-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",
  "location": "United States",
  "maxJobs": 50,
  "scrapeJobDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "urls": [
    "https://www.linkedin.com/jobs/search/?position=1&pageNum=0"
  ],
  "count": 100
}' |
apify call jobsapi/linkedin-jobs-search-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/2qk3YD9LUQkTF3X7w/builds/bqSD24FC1XECoIlfH/openapi.json
