All notable changes to the InfoJobs Spain Job Scraper are documented here.
- Initial production release of the InfoJobs Spain Job Scraper.
PlaywrightCrawler-based architecture using Chrome (apify/actor-node-playwright-chrome:22-1.54.1).
- Modular project structure following Brave Apify actor pattern:
src/main.js — entry point with input validation, proxy setup, and crawler init.
src/routes.js — Crawlee router factory.
src/routes/handlers.js — page handler with multi-page pagination logic.
src/extractors/index.js — job listing data extraction logic.
src/extractors/selectors.js — CSS/DOM selectors for InfoJobs SPA.
src/filters/index.js — URL-based deduplication filter.
src/schema/input.js — input validation (mode, keywords, province, contractType, workDay, experience, salaryMin, datePosted).
src/utils/index.js — buildSearchUrl, isBlocked, stealth and proxy 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.
- Dataset views:
overview with title, company, location, jobUrl, description, contractType, experience.