All notable changes to the Naukri Jobs Scraper are documented here.
- Initial production release of the Naukri Jobs Scraper.
- Playwright-based architecture with anti-bot detection bypass for Naukri.com.
- Keyword, location, and experience-level filtering.
- Configurable
maxItems and maxPages for deep search.
- Modular project structure:
src/main.js — entry point with input validation and crawler init.
src/scraper.js — main scraper with crawl logic and pagination.
src/utils.js — URL builder, helper functions.
- Output fields:
title, company, location, experience, salary, jobUrl, description, skills, postedOn, scrapedAt.
.actor/actor.json, input_schema.json, dataset_schema.json for Apify platform compatibility.
- Dataset views in
dataset_schema.json for Apify Storage table display.
validate-datasets.js for local dataset output validation.
Dockerfile for Apify cloud deployment.
README.md with full Apify usage guide.