Eluta Jobs Search Scraper
Pricing
from $2.99 / 1,000 job details
Eluta Jobs Search Scraper
Scrape job listings from Eluta.ca, a Canadian job search engine that indexes listings directly from employer career pages. Extract job titles, companies, locations, salary ranges, job types, and descriptions for Canadian recruitment and market analysis.
Pricing
from $2.99 / 1,000 job details
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
An Apify Actor that scrapes publicly listed job postings from Eluta - Scrape job listings from Eluta.ca, a Canadian job search engine that indexes listings directly from employer career pages. Extract job titles, companies, locations, salary ranges, job types, and descriptions for Canadian recruitment and market analysis..
The Actor navigates Eluta'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 Eluta?
- What does the Actor scrape?
- Main target URL
- Input schema
- Output / dataset schema
- Example input
- Example output record
- Responsible use
- Related jobs scrapers
What is Eluta?
Eluta is Scrape job listings from Eluta.ca, a Canadian job search engine that indexes listings directly from employer career pages. Extract job titles, companies, locations, salary ranges, job types, and descriptions for Canadian recruitment and market analysis.
This Actor targets Eluta's public job-search results and enriches each result with the canonical Eluta detail page.
What does the Actor scrape?
Scrape job listings from Eluta.ca, a Canadian job search engine that indexes listings directly from employer career pages. Extract job titles, companies, locations, salary ranges, job types, and descriptions for Canadian recruitment and market analysis.
The actor maps listing fields such as:
idsourcePostingIdpositiontitleurlapplicationUrlcompanylocationremoteemploymentType
Primary source URL: https://www.eluta.ca/search?q={query}&l={location}
Main target URL
The actor scrapes from the following base URL:
https://www.eluta.ca/search?q={query}&l={location}
Request modifiers come from fields: query, location, maxItems, proxyConfiguration.
Input schema
The Actor accepts the following input (defined in .actor/input_schema.json):
| Field | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
query | string | No | "software engineer" | - | Job title or keywords to search for on Eluta.ca |
location | string | No | "" | - | City, province, or postal code to filter jobs by location |
maxItems | integer | No | 50 | >= 1; <= 500 | Maximum number of job listings to scrape |
proxyConfiguration | object | No | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"],"apifyProxyCountry":"CA"} | - | Use residential proxies from Canada to access Eluta.ca |
Example input
{"query": "software engineer","location": "","maxItems": 50,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"apifyProxyCountry": "CA"}}
Output / dataset schema
Each record follows .actor/dataset_schema.json and includes the properties below.
| Field | Type | Required |
|---|---|---|
id | string | Yes |
sourcePostingId | string | No |
position | integer | Yes |
title | string | Yes |
url | string | Yes |
applicationUrl | string | Yes |
company | object | Yes |
location | object | Yes |
remote | boolean | Yes |
employmentType | string | No |
contract | string | No |
industry | string | No |
salary | object | No |
datePosted | string | No |
validThrough | string | No |
description | object | No |
sections | object | No |
listing | object | Yes |
search | object | Yes |
retrieval | object | Yes |
source | string | Yes |
scrapedAt | string | Yes |
Example output record
{"id": "4a1f653ee7371df558443b49690d2fd0","sourcePostingId": "8b456255-f2ab-4747-afc2-08f068ec1bac","position": 1,"title": "Senior Software Development Engineer in Test (SDET)","url": "https://www.eluta.ca/spl/senior-software-development-engineer-in-test-sdet-4a1f653ee7371df558443b49690d2fd0","applicationUrl": "https://www.eluta.ca/direct/i?i=4a1f653ee7371df558443b49690d2fd0&imo=12","company": {"name": "Everflow Technologies Inc.","legalName": "Everflow Technologies Inc.","website": "https://www.everflow.io/","naics": "511210","description": "Founded in 2016, Everflow Technologies Inc. is a provider of partner marketing and tracking SaaS solutions.","profileUrl": "https://www.eluta.ca/jobs-at-everflow-technologies","registeredAddress": {"streetAddress": "302-530 Showers","addressLocality": "Mountain View","addressRegion": "California","postalCode": "94040","addressCountry": "US"}},"location": {"display": "Toronto ON","address": {"addressLocality": "Toronto","addressRegion": "ON","addressCountry": "Canada"}},"remote": false,"employmentType": "FULL_TIME","contract": "full-time","industry": "Computing - Software & Web Development","salary": {"text": "$110,000 - $120,000","currency": "CAD","min": 110000,"max": 120000,"unit": "ANNUAL"},"datePosted": "2026-07-19T17:59:43","validThrough": "2026-08-23T00:00:00","description": {"text": "The Company\n\nEverflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels.\n\nFounded in 2016 by industry veterans, we have a team distributed across the NAM and EMEA regions.\n\nWe’re a bootstrapped and profitable company (over $30M ARR) that has grown through supporting happy customers that refer business to us and create word-of-mouth excitement. We’re the go-to platform for brands, agencies, and networks, with 1,100+ customers including top brands, agencies and networ ks .\n\nAbout the role\n\nAs a Senior SDET, you are the technical authority for quality on our team. You will lead the development and implementation of our long-term automation roadmap, ensuring our testing ecosystem is scalable and robust. You will champion a developer-first mindset, treating test code with the same rigor and architectural standards as production code.\n\nYou will remain hands-on while also supervising the quality of contributions from the wider QA team, ensuring that our automation across API, integration, and UI, remain clean, efficient, and reliable.\n\nWhat you'll do\nQuality Ownership: Take full ownership of the QA process! Partner with developers to improve system testability and ensure quality is built into every stage of the lifecycle, from requirement definition through production validation.\nRoadmap & Strategy: Own the implementation of our technical roadmap for the QA department including identifying tool gaps and researching new technologies.\nTechnical Mentorship: Act as a Lead Reviewer for the QA team, establishing coding standards, and conducting rigorous PR reviews to elevate the entire team’s coding proficiency.\nCI/CD Quality Strategy: Operate and enforce quality gates within CI/CD pipelines, ensuring fast feedback, high signal tests, and clear release readiness criteria.\nAPI & Service Testing: Design and implement automated testing at the API and service layer, validating data integrity, business logic, and system interactions across microservices.\nMocks & Test Isolation: Build and maintain mock services and test doubles (e.g., WireMock or equivalent) to enable deterministic, isolated testing independent of third-party systems.\nTooling Innovation: Evaluate and implement AI-augmented testing practices, including self-healing scripts to reduce maintenance, automated gap analysis to ensure coverage, Synthetic Data Generation and Predictive Test Prioritization as examples.\nQualifications\nLeadership & Strategy: Proven ability to work with a QA technical roadmap and execute on it effectively.\nDeveloper Mindset: You treat test code as a first-class citizen. You have proficiency in at least one OO language (Java, Python, or C#) and modern frontend tech (JS/TS).\nAutomation Mastery: Deep experience designing automation across API, integration, and UI layers, with strong expertise in Playwright and Robot Framework.\nAnalytical Oversight: A \"critical eye\" for identifying gaps in others' test plans and the ability to mentor peers on improving their technical approach.\nRequirements\nExperience: 5+ years in an SDET or Automation role, with clear experience in a Senior or Lead capacity.\nTechnical Stack: Mastery of Playwright and Robot Framework.\nProficiency with Git, Jenkins, and JIRA.\nFamiliarity with GCP, Kubernetes, and Microservices architecture.\nEducation: Computer Science degree or equivalent professional experience.\nCompensation Package:\n\nBase Salary: $110,000 - $120,000\nBonus Potential\n\nPerks include:\nEmployer Covered Medical and Vision Insurance\nUnlimited PTO and paid holidays\nPaid parental leave for putting your family first\nStartup-like environment, without the constant rush to raise the next round of funding\nA very collaborative team and culture\nEducation, gym, and equipment stipend\nJoin Our Exceptional Team\n\nDive into a role where respect, ownership, and mindfulness define our culture. As a valued team member, you'll enjoy the freedom to innovate and excel, supported by the tools and equipment you need to succeed.\n\nBalance, Growth, and Connection\n\nWork/Life Harmony: Embrace unlimited PTO and a healthy balance that respects your life outside work.\n\nContinuous Growth: Regular feedback and discussions about your career path keep you moving forward.\n\nInclusive Community: Be part of a welcoming, engaging workplace that celebrates diversity and fun.\n\nWe offer a dynamic environment where excellence is rewarded, your well-being is a priority, and every day brings a chance to make meaningful connections. Ready for a truly rewarding challenge? We're excited to meet you.","html": "<h5>\n The Company\n</h5>\n<p>\n Everflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels.\n</p>\n<p>\n Founded in 2016 by industry veterans, we have a team distributed across the NAM and EMEA regions.\n</p>\n<p>\n We’re a bootstrapped and profitable company (over $30M ARR) that has grown through supporting happy customers that refer business to us and create word-of-mouth excitement. We’re the go-to platform for brands, agencies, and networks, with 1,100+ customers including top brands, agencies and networ\n ks\n .\n</p>\n<h5>\n About the role\n</h5>\n<p>\n As a Senior SDET, you are the technical authority for quality on our team. You will lead the development and implementation of our long-term automation roadmap, ensuring our testing ecosystem is scalable and robust. You will champion a developer-first mindset, treating test code with the same rigor and architectural standards as production code.\n</p>\n<p>\n You will remain hands-on while also supervising the quality of contributions from the wider QA team, ensuring that our automation across API, integration, and UI, remain clean, efficient, and reliable.\n</p>\n<h5>\n What you'll do\n</h5>\n<ul>\n <li>\n Quality Ownership:\n Take full ownership of the QA process! Partner with developers to improve system testability and ensure quality is built into every stage of the lifecycle, from requirement definition through production validation.\n </li>\n <li>\n Roadmap & Strategy:\n Own the implementation of our technical roadmap for the QA department including identifying tool gaps and researching new technologies.\n </li>\n <li>\n Technical Mentorship:\n Act as a Lead Reviewer for the QA team, establishing coding\n standards, and conducting rigorous PR reviews to elevate the entire team’s coding proficiency.\n </li>\n <li>\n CI/CD Quality Strategy:\n Operate and enforce quality gates within CI/CD pipelines, ensuring fast feedback, high signal tests, and clear release readiness criteria.\n </li>\n <li>\n API & Service Testing:\n Design and implement automated testing at the API and service layer, validating data integrity, business logic, and system interactions across microservices.\n </li>\n <li>\n Mocks & Test Isolation:\n Build and maintain mock services and test doubles (e.g., WireMock or equivalent) to enable deterministic, isolated testing independent of third-party systems.\n </li>\n <li>\n Tooling Innovation:\n Evaluate and implement AI-augmented testing practices, including self-healing scripts to reduce maintenance, automated gap analysis to ensure coverage, Synthetic Data Generation and Predictive Test Prioritization as examples.\n </li>\n</ul>\n<h5>\n Qualifications\n</h5>\n<ul>\n <li>\n Leadership & Strategy:\n Proven ability to work with a QA technical roadmap and execute on it effectively.\n </li>\n <li>\n Developer Mindset:\n You treat test code as a first-class citizen. You have proficiency in at least one OO language (Java, Python, or C#) and modern frontend tech (JS/TS).\n </li>\n <li>\n Automation Mastery:\n Deep experience designing automation across API, integration, and UI layers, with strong expertise in Playwright and Robot Framework.\n </li>\n <li>\n Analytical Oversight:\n A \"critical eye\" for identifying gaps in others' test plans and the ability to mentor peers on improving their technical approach.\n </li>\n</ul>\n<h5>\n Requirements\n</h5>\n<ul>\n <li>\n Experience:\n 5+ years in an SDET or Automation role, with clear experience in a Senior or Lead capacity.\n </li>\n <li>\n Technical Stack:\n Mastery of Playwright and Robot Framework.\n </li>\n <li>\n <ul>\n <li>\n Proficiency with Git, Jenkins, and JIRA.\n </li>\n <li>\n Familiarity with GCP, Kubernetes, and Microservices architecture.\n </li>\n </ul>\n </li>\n <li>\n Education:\n Computer Science degree or equivalent professional experience.\n </li>\n</ul>\n<h5>\n Compensation Package:\n</h5>\n<p>\n Base Salary: $110,000 - $120,000\n <br>\n Bonus Potential\n</p>\n<h6>\n Perks include:\n</h6>\n<ul>\n <li>\n Employer Covered Medical and Vision Insurance\n </li>\n <li>\n Unlimited PTO and paid holidays\n </li>\n <li>\n Paid parental leave for putting your family first\n </li>\n <li>\n Startup-like environment, without the constant rush to raise the next round of funding\n </li>\n <li>\n A very collaborative team and culture\n </li>\n <li>\n Education, gym, and equipment stipend\n </li>\n</ul>\n<h5>\n Join Our Exceptional Team\n</h5>\n<p>\n Dive into a role where respect, ownership, and mindfulness define our culture. As a valued team member, you'll enjoy the freedom to innovate and excel, supported by the tools and equipment you need to succeed.\n</p>\n<h6>\n Balance, Growth, and Connection\n</h6>\n<p>\n Work/Life Harmony:\n Embrace unlimited PTO and a healthy balance that respects your life outside work.\n</p>\n<p>\n Continuous Growth:\n Regular feedback and discussions about your career path keep you moving forward.\n</p>\n<p>\n Inclusive Community:\n Be part of a welcoming, engaging workplace that celebrates diversity and fun.\n</p>\n<p>\n We offer a dynamic environment where excellence is rewarded, your well-being is a priority, and every day brings a chance to make meaningful connections. Ready for a truly rewarding challenge? We're excited to meet you.\n</p>"},"sections": {"The Company": {"text": "Everflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels.\nFounded in 2016 by industry veterans, we have a team distributed across the NAM and EMEA regions.\nWe’re a bootstrapped and profitable company (over $30M ARR) that has grown through supporting happy customers that refer business to us and create word-of-mouth excitement. We’re the go-to platform for brands, agencies, and networks, with 1,100+ customers including top brands, agencies and networ ks .","html": "<p>\n Everflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels.\n</p>\n<p>\n Founded in 2016 by industry veterans, we have a team distributed across the NAM and EMEA regions.\n</p>\n<p>\n We’re a bootstrapped and profitable company (over $30M ARR) that has grown through supporting happy customers that refer business to us and create word-of-mouth excitement. We’re the go-to platform for brands, agencies, and networks, with 1,100+ customers including top brands, agencies and networ\n ks\n .\n</p>"},"About the role": {"text": "As a Senior SDET, you are the technical authority for quality on our team. You will lead the development and implementation of our long-term automation roadmap, ensuring our testing ecosystem is scalable and robust. You will champion a developer-first mindset, treating test code with the same rigor and architectural standards as production code.\nYou will remain hands-on while also supervising the quality of contributions from the wider QA team, ensuring that our automation across API, integration, and UI, remain clean, efficient, and reliable.","html": "<p>\n As a Senior SDET, you are the technical authority for quality on our team. You will lead the development and implementation of our long-term automation roadmap, ensuring our testing ecosystem is scalable and robust. You will champion a developer-first mindset, treating test code with the same rigor and architectural standards as production code.\n</p>\n<p>\n You will remain hands-on while also supervising the quality of contributions from the wider QA team, ensuring that our automation across API, integration, and UI, remain clean, efficient, and reliable.\n</p>"},"What you'll do": {"text": "Quality Ownership: Take full ownership of the QA process! Partner with developers to improve system testability and ensure quality is built into every stage of the lifecycle, from requirement definition through production validation.\nRoadmap & Strategy: Own the implementation of our technical roadmap for the QA department including identifying tool gaps and researching new technologies.\nTechnical Mentorship: Act as a Lead Reviewer for the QA team, establishing coding standards, and conducting rigorous PR reviews to elevate the entire team’s coding proficiency.\nCI/CD Quality Strategy: Operate and enforce quality gates within CI/CD pipelines, ensuring fast feedback, high signal tests, and clear release readiness criteria.\nAPI & Service Testing: Design and implement automated testing at the API and service layer, validating data integrity, business logic, and system interactions across microservices.\nMocks & Test Isolation: Build and maintain mock services and test doubles (e.g., WireMock or equivalent) to enable deterministic, isolated testing independent of third-party systems.\nTooling Innovation: Evaluate and implement AI-augmented testing practices, including self-healing scripts to reduce maintenance, automated gap analysis to ensure coverage, Synthetic Data Generation and Predictive Test Prioritization as examples.","html": "<ul>\n <li>\n Quality Ownership:\n Take full ownership of the QA process! Partner with developers to improve system testability and ensure quality is built into every stage of the lifecycle, from requirement definition through production validation.\n </li>\n <li>\n Roadmap & Strategy:\n Own the implementation of our technical roadmap for the QA department including identifying tool gaps and researching new technologies.\n </li>\n <li>\n Technical Mentorship:\n Act as a Lead Reviewer for the QA team, establishing coding\n standards, and conducting rigorous PR reviews to elevate the entire team’s coding proficiency.\n </li>\n <li>\n CI/CD Quality Strategy:\n Operate and enforce quality gates within CI/CD pipelines, ensuring fast feedback, high signal tests, and clear release readiness criteria.\n </li>\n <li>\n API & Service Testing:\n Design and implement automated testing at the API and service layer, validating data integrity, business logic, and system interactions across microservices.\n </li>\n <li>\n Mocks & Test Isolation:\n Build and maintain mock services and test doubles (e.g., WireMock or equivalent) to enable deterministic, isolated testing independent of third-party systems.\n </li>\n <li>\n Tooling Innovation:\n Evaluate and implement AI-augmented testing practices, including self-healing scripts to reduce maintenance, automated gap analysis to ensure coverage, Synthetic Data Generation and Predictive Test Prioritization as examples.\n </li>\n</ul>"},"Qualifications": {"text": "Leadership & Strategy: Proven ability to work with a QA technical roadmap and execute on it effectively.\nDeveloper Mindset: You treat test code as a first-class citizen. You have proficiency in at least one OO language (Java, Python, or C#) and modern frontend tech (JS/TS).\nAutomation Mastery: Deep experience designing automation across API, integration, and UI layers, with strong expertise in Playwright and Robot Framework.\nAnalytical Oversight: A \"critical eye\" for identifying gaps in others' test plans and the ability to mentor peers on improving their technical approach.","html": "<ul>\n <li>\n Leadership & Strategy:\n Proven ability to work with a QA technical roadmap and execute on it effectively.\n </li>\n <li>\n Developer Mindset:\n You treat test code as a first-class citizen. You have proficiency in at least one OO language (Java, Python, or C#) and modern frontend tech (JS/TS).\n </li>\n <li>\n Automation Mastery:\n Deep experience designing automation across API, integration, and UI layers, with strong expertise in Playwright and Robot Framework.\n </li>\n <li>\n Analytical Oversight:\n A \"critical eye\" for identifying gaps in others' test plans and the ability to mentor peers on improving their technical approach.\n </li>\n</ul>"},"Requirements": {"text": "Experience: 5+ years in an SDET or Automation role, with clear experience in a Senior or Lead capacity.\nTechnical Stack: Mastery of Playwright and Robot Framework.\nProficiency with Git, Jenkins, and JIRA.\nFamiliarity with GCP, Kubernetes, and Microservices architecture.\nEducation: Computer Science degree or equivalent professional experience.","html": "<ul>\n <li>\n Experience:\n 5+ years in an SDET or Automation role, with clear experience in a Senior or Lead capacity.\n </li>\n <li>\n Technical Stack:\n Mastery of Playwright and Robot Framework.\n </li>\n <li>\n <ul>\n <li>\n Proficiency with Git, Jenkins, and JIRA.\n </li>\n <li>\n Familiarity with GCP, Kubernetes, and Microservices architecture.\n </li>\n </ul>\n </li>\n <li>\n Education:\n Computer Science degree or equivalent professional experience.\n </li>\n</ul>"},"Compensation Package:": {"text": "Base Salary: $110,000 - $120,000\nBonus Potential","html": "<p>\n Base Salary: $110,000 - $120,000\n <br>\n Bonus Potential\n</p>"},"Perks include:": {"text": "Employer Covered Medical and Vision Insurance\nUnlimited PTO and paid holidays\nPaid parental leave for putting your family first\nStartup-like environment, without the constant rush to raise the next round of funding\nA very collaborative team and culture\nEducation, gym, and equipment stipend","html": "<ul>\n <li>\n Employer Covered Medical and Vision Insurance\n </li>\n <li>\n Unlimited PTO and paid holidays\n </li>\n <li>\n Paid parental leave for putting your family first\n </li>\n <li>\n Startup-like environment, without the constant rush to raise the next round of funding\n </li>\n <li>\n A very collaborative team and culture\n </li>\n <li>\n Education, gym, and equipment stipend\n </li>\n</ul>"},"Join Our Exceptional Team": {"text": "Dive into a role where respect, ownership, and mindfulness define our culture. As a valued team member, you'll enjoy the freedom to innovate and excel, supported by the tools and equipment you need to succeed.","html": "<p>\n Dive into a role where respect, ownership, and mindfulness define our culture. As a valued team member, you'll enjoy the freedom to innovate and excel, supported by the tools and equipment you need to succeed.\n</p>"},"Balance, Growth, and Connection": {"text": "Work/Life Harmony: Embrace unlimited PTO and a healthy balance that respects your life outside work.\nContinuous Growth: Regular feedback and discussions about your career path keep you moving forward.\nInclusive Community: Be part of a welcoming, engaging workplace that celebrates diversity and fun.\nWe offer a dynamic environment where excellence is rewarded, your well-being is a priority, and every day brings a chance to make meaningful connections. Ready for a truly rewarding challenge? We're excited to meet you.","html": "<p>\n Work/Life Harmony:\n Embrace unlimited PTO and a healthy balance that respects your life outside work.\n</p>\n<p>\n Continuous Growth:\n Regular feedback and discussions about your career path keep you moving forward.\n</p>\n<p>\n Inclusive Community:\n Be part of a welcoming, engaging workplace that celebrates diversity and fun.\n</p>\n<p>\n We offer a dynamic environment where excellence is rewarded, your well-being is a priority, and every day brings a chance to make meaningful connections. Ready for a truly rewarding challenge? We're excited to meet you.\n</p>"}},"listing": {"descriptionSnippet": "The Company Everflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels. Founded in 2016 by industry veterans, we have a team distributed across the NAM and EMEA regions. We’re a bootstrapped and profitable company (over $30M ARR) that has grown through supporting happy customers that refer business to us and create word-of-mouth excitement. We’re the go-to platform for brands, agencies, and networks, with 1,100+ customers...","postedAgo": "1 hour ago","topEmployer": false,"cacheUrl": "https://www.eluta.ca/cache?u=24966432:ats.rippling.com","titleSummary": "\"The Company Everflow is a SaaS Partner Marketing platform for managing and scaling revenue from affiliates, partnerships, and marketing channels. Founded in 2016...\""},"search": {"query": "software engineer","searchUrl": "https://www.eluta.ca/search?q=software+engineer","resultPageUrl": "https://www.eluta.ca/search?q=software+engineer"},"retrieval": {"method": "reader-fallback","readerUrl": "https://r.jina.ai/https://www.eluta.ca/spl/senior-software-development-engineer-in-test-sdet-4a1f653ee7371df558443b49690d2fd0?imo=12"},"source": "eluta.ca","scrapedAt": "2026-07-19T23:52:09.238Z"}
Responsible use
Only collect publicly available job information. Respect Eluta'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 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> 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 — Indeed
- linkedin-jobs-search-scraper — LinkedIn
- google-jobs-search-scraper — Google Jobs
- glassdoor-jobs-search-scraper — Glassdoor
- monster-jobs-search-scraper — Monster
- ziprecruiter-jobs-search-scraper — ZipRecruiter
- simplyhired-jobs-search-scraper — SimplyHired
- adzuna-jobs-search-scraper — Adzuna
- jooble-jobs-search-scraper — Jooble
- jora-jobs-search-scraper — Jora
- careerjet-jobs-search-scraper — Careerjet
- multi-ats-jobs-search-scraper — multi-ATS aggregator
- workable-jobs-search-scraper — Workable
- workday-jobs-search-scraper — Workday-powered career sites
Remote / flexible
- remoteok-jobs-search-scraper — RemoteOK
- we-work-remotely-jobs-search-scraper — We Work Remotely
- remotive-jobs-search-scraper — Remotive
- remote-co-jobs-search-scraper — Remote.co
- flexjobs-jobs-search-scraper — FlexJobs
- upwork-jobs-search-scraper — Upwork
United States
- usajobs-jobs-search-scraper — USAJobs
- dice-com-jobs-search-scraper — Dice
- builtin-jobs-search-scraper — Built In
- governmentjobs-jobs-search-scraper — GovernmentJobs
- handshake-jobs-search-scraper — Handshake
- higheredjobs-jobs-search-scraper — HigherEdJobs
- hcareers-jobs-search-scraper — HCareers
- idealist-jobs-search-scraper — Idealist
- jobcase-jobs-search-scraper — Jobcase
- snagajob-jobs-search-scraper — Snagajob
- themuse-jobs-search-scraper — The Muse
- wellfound-jobs-search-scraper — Wellfound (AngelList Talent)
- tes-jobs-search-scraper — TES
- practicelink-jobs-search-scraper — PracticeLink
- civilservice-jobs-search-scraper — Civil Service
United Kingdom & Ireland
- reed-jobs-search-scraper — Reed
- totaljobs-jobs-search-scraper — Totaljobs
- cv-library-jobs-search-scraper — CV-Library
- jobsite-jobs-search-scraper — Jobsite
- jobs-ac-uk-jobs-search-scraper — Jobs.ac.uk
- guardian-jobs-search-scraper — Guardian Jobs
- irishjobs-jobs-search-scraper — IrishJobs
- nhs-jobs-search-scraper — NHS Jobs
- tes-jobs-search-scraper — TES
Europe
- apec-jobs-search-scraper — APEC (France, executive roles)
- cadremploi-jobs-search-scraper — Cadremploi (France)
- meteojob-jobs-search-scraper — Meteojob (France)
- hellowork-jobs-search-scraper — Hellowork (France)
- francetravail-jobs-search-scraper — France Travail (France)
- michaelpage-jobs-search-scraper — Michael Page
- manpower-jobs-search-scraper — Manpower
- randstad-jobs-search-scraper — Randstad
- roberthalf-jobs-search-scraper — Robert Half
- akkodis-jobs-search-scraper — Akkodis
- stepstone-jobs-search-scraper — Stepstone (DE/EU)
- arbeitsagentur-jobs-search-scraper — Arbeitsagentur (Germany)
- xing-jobs-search-scraper — Xing
- karriere-at-jobs-search-scraper — Karriere.at (Austria)
- jobs-ch-jobs-search-scraper — Jobs.ch (Switzerland)
- pracuj-pl-jobs-search-scraper — Pracuj.pl (Poland)
- nofluffjobs-jobs-search-scraper — No Fluff Jobs
- jobindex-jobs-search-scraper — Jobindex (Denmark)
- finn-no-jobs-search-scraper — FINN.no (Norway)
- infojobs-jobs-search-scraper — InfoJobs (Spain/Italy/Portugal)
- eluta-jobs-search-scraper — Eluta.ca (Canada)
- jobbank-jobs-search-scraper — Job Bank (Canada)
- jobillico-jobs-search-scraper — Jobillico (Canada)
- eures-jobs-search-scraper — EURES (EU)
- vdab-jobs-search-scraper — VDAB (Belgium)
- kariyer-net-jobs-search-scraper — Kariyer.net (Türkiye)
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- caterer-jobs-search-scraper — Caterer.com (hospitality, UK/EU)
India
- naukri-jobs-search-scraper — Naukri
- foundit-jobs-search-scraper — Foundit (Monster India)
- timesjobs-jobs-search-scraper — TimesJobs
- shine-com-jobs-search-scraper — Shine
- internshala-jobs-search-scraper — Internshala
- freshersworld-jobs-search-scraper — Freshersworld
- hirist-jobs-search-scraper — Hirist
- instahyre-jobs-search-scraper — Instahyre
- iimjobs-jobs-search-scraper — IIMJobs
- cutshort-jobs-search-scraper — Cutshort
- workindia-jobs-search-scraper — WorkIndia
- quikr-jobs-search-scraper — Quikr Jobs
- unstop-jobs-search-scraper — Unstop (Dare2Compete)
- apna-jobs-search-scraper — Apna
- employmentnews-jobs-search-scraper — Employment News
- ibps-recruitment-jobs-search-scraper — IBPS recruitment
- ssc-recruitment-jobs-search-scraper — SSC recruitment
- rrb-recruitment-jobs-search-scraper — RRB recruitment
- upsc-recruitment-jobs-search-scraper — UPSC recruitment
- freejobalert-jobs-search-scraper — FreeJobAlert
- tnprivatejobs-jobs-search-scraper — TN Private Jobs
Asia-Pacific
- jobkorea-jobs-search-scraper — JobKorea (Korea)
- saramin-jobs-search-scraper — Saramin (Korea)
- daijob-jobs-search-scraper — Daijob (Japan)
- gaijinpot-jobs-search-scraper — GaijinPot (Japan)
- jobsdb-sg-jobs-search-scraper — JobsDB (Hong Kong / SEA)
- jobstreet-jobs-search-scraper — JobStreet (SEA)
- mycareersfuture-jobs-search-scraper — MyCareersFuture (Singapore)
- glints-jobs-search-scraper — Glints (SEA)
- himalayas-jobs-search-scraper — Himalayas
- vietnamworks-jobs-search-scraper — VietnamWorks
- conzultalent-jobs-search-scraper — Conzultalent
MENA
- bayt-jobs-search-scraper — Bayt.com
- gulftalent-jobs-search-scraper — GulfTalent
- wuzzuf-jobs-search-scraper — Wuzzuf (Egypt)
- naukrigulf-jobs-search-scraper — NaukriGulf
- hh-ru-jobs-search-scraper — hh.ru (Russia)
Latin America
- computrabajo-jobs-search-scraper — Computrabajo
- bumeran-jobs-search-scraper — Bumeran
- occ-mundial-jobs-search-scraper — OCC Mundial
- zonajobs-jobs-search-scraper — ZonaJobs
- laborum-jobs-search-scraper — Laborum
- catho-jobs-search-scraper — Catho (Brazil)
- gupy-jobs-search-scraper — Gupy (Brazil)
- infojobs-jobs-search-scraper — InfoJobs (Brazil)
- olx-jobs-search-scraper — OLX Jobs
Africa
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- career-jobs-search-scraper — Career (South Africa)
- ejobs-ro-jobs-search-scraper — eJobs.ro (Romania)
- ncs-jobs-search-scraper — NCS
- trademe-jobs-search-scraper — Trade Me Jobs (New Zealand)
- seek-jobs-search-scraper — SEEK (AU/NZ)
- workforce-australia-jobs-search-scraper — Workforce Australia
Other / specialised
- dice-com-jobs-search-scraper — Dice (tech, US)
- efinancialcareers-jobs-search-scraper — eFinancialCareers
- apsjobs-jobs-search-scraper — APS Jobs
- talent-jobs-search-scraper — Talent
- jungle-jobs-search-scraper — Jungle.co (creative / tech)
- wuzzuf-jobs-search-scraper — Wuzzuf
Browse the full catalogue at apify.com/jobsapi.