# Changelog of StepStone.at Job Scraper 💰 $1.50/1K — Salary & Skills (`blackfalcondata/stepstone-at-scraper`) Actor

- **URL**: https://apify.com/blackfalcondata/stepstone-at-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/blackfalcondata/stepstone-at-scraper.md

## Changelog

All notable changes to this actor.

### 0.1.x — 2026-04-24

- Fixed: detail-worker browser sessions are now isolated, so a single worker refresh no longer replaces the session used by the rest of the pool.
- Fixed: consent handling now waits briefly for cookie state to settle before the session is reused.
- Fixed: pricing and memory metadata are now published from one canonical configuration.

### 0.1.x — 2026-04-14

- Added: `descriptionHtml`, `descriptionMarkdown` output fields (triple-format descriptions for RAG/LLM pipelines)
- Added: `contentHash` output field (SHA-256 hash of content-identifying fields)

### 0.1.21 — 2026-04-14

- Non-blocking worker pool: first worker starts fetching immediately; additional workers join the queue as they become ready.
- Pool size kept at 3 after memory profiling confirmed comfortable headroom at default allocation.

### 0.1.20 — 2026-04-14

- Faster session initialisation with parallelised setup rounds and stagger/backoff to stay under rate thresholds.
- Same-source pairing between initial session and page fetches for improved reliability.

### 0.1.19 — 2026-04-14

- Broader session-readiness detection to cover newer challenge variants.
- Session initialisation now simulates light page activity before readiness polling.
- Readiness poll window extended from 5 s to 15 s.

### 0.1.18 — 2026-04-13

- Tuned initial page navigation strategy to avoid long-tail analytics hangs. Initial load timeout set to 20 s.

### 0.1.17 — 2026-04-13

- Session pool pattern: one ready session per worker, refresh on 403.
- 20-minute session refresh interval to keep long runs healthy.

### 0.1.16 — 2026-04-13

- Parallel search-result pagination (page 1 sequential for `totalCount`, later pages parallel) — up to 5× speedup.

### 0.1.15 — 2026-04-13

- Incremental mode: emit NEW / UPDATED / UNCHANGED / EXPIRED records keyed by `stateKey`.
- Repost detection across runs via expired-entry matching.

### 0.1.14 — 2026-04-12

- Initial session-continuity build with structured data extraction.
