# Changelog of Indeed Job Scraper — 100+ Fields, Salary & 62 Countries (`blackfalcondata/indeed-scraper`) Actor

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

## Changelog

### 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)

### 1.0.15 — 2026-03-19

#### Fixed

- Clean shutdown after every run — resolved an issue where the actor could crash during post-run telemetry
- Company enrichment no longer returns malformed data on certain company page variants

#### Improved

- Field reliability documentation aligned with observed live coverage
- Hiring insight fields now accurately described as dependent on page variant availability

### 1.0.14 — 2026-03-19

#### Added

- State pruning — expired job records older than 30 days automatically cleaned up
- Concurrent run protection — prevents two runs from corrupting incremental state

#### Improved

- Better error messaging when runs cannot start

### 1.0.12 — 2026-03-18

#### Added

- Country coverage expanded from 23 to 62 markets
- Geo coordinates (latitude/longitude) extraction
- Job freshness signals: `isRepost` and `isLatestPost` fields

#### Improved

- Pagination reliability

### 1.0.10 — 2026-03-18

#### Fixed

- Platform compatibility improvements

### 1.0.0 — 2026-03-17

#### Initial release

- Search Indeed job listings across 23 markets
- Salary, location, employment type, and hiring signals
- Detail enrichment with full descriptions and company profiles
- Incremental mode with change tracking (new, updated, expired)
- Multi-query and multi-location search
- Deduplication by job key
