Jora Jobs Scraper
Pricing
from $1.99 / 1,000 results
Go to Apify Store
Jora Jobs Scraper
Extract job listings from Jora.com with job titles, companies, locations, salaries, and full job descriptions. Supports multiple countries.
Jora Jobs Scraper
Pricing
from $1.99 / 1,000 results
Extract job listings from Jora.com with job titles, companies, locations, salaries, and full job descriptions. Supports multiple countries.
All notable changes to the Jora Jobs Scraper are documented here.
PlaywrightCrawler-based architecture using Chrome (apify/actor-node-playwright-chrome:22-1.54.1).src/main.js — entry point with input validation, proxy setup, and crawler init.src/routes.js — Crawlee router factory.src/routes/handlers.js — job listing page handler with pagination support.src/extractors/index.js — job listing data extraction from Jora.com.src/extractors/selectors.js — CSS/DOM selectors for Jora job cards.src/filters/index.js — URL-based deduplication filter.src/schema/input.js — input validation (mode, keywords, location, country, startUrls, jobType, datePosted, maxJobs).src/utils/index.js — buildSearchUrl, isBlocked, country base-URL mapping, stealth utilities.src/errors/ — ScraperError, ErrorTypes, ErrorHandler..actor/actor.json, input_schema.json, dataset_schema.json for Apify platform compatibility.Dockerfile using apify/actor-node-playwright-chrome:22-1.54.1 image.README.md with full Apify usage guide, input/output field reference, and example JSON.overview with title, company, location, country, salary, jobType, jobUrl, scrapedAt.