# Changelog of Remotive Search Scraper (`jobsapi/remotive-jobs-search-scraper`) Actor

- **URL**: https://apify.com/jobsapi/remotive-jobs-search-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/jobsapi/remotive-jobs-search-scraper.md

## Changelog

All notable changes to the Remotive Search Scraper are documented here.

### \[1.3.0] - 2026-07-21

#### Fixed

- Replaced direct Node fetch with the official public source loaded and parsed in installed Chrome.
- Applied actual keyword and location matching because the source endpoint does not honor those query parameters.
- Corrected input defaults and maximum bounds, kept zero/false values, and preserved ordered output.
- Preserved the existing local dataset schema-path correction.

#### Added

- Full cleaned HTML and text plus structured headings, list sections, links, application URLs, and emails.
- Robust salary currency/range/period parsing and public-source count metadata.
- Explicit access metadata when the visible website presents Cloudflare verification; the Actor does not bypass it.

### \[1.0.0] - 2026-07-12

#### Added

- Initial production release.
- PlaywrightCrawler-based architecture with fingerprint generation for anti-detection.
- Modular project structure with router pattern.
- Job listing extraction from Remotive.com search results.
- Pagination support via next page selector.
- Configurable search query, location filter, and max items.
- RESIDENTIAL US proxy support.
- Input validation and error handling.
- Dataset schema with overview view.
- Dockerfile for Apify platform deployment.
