# Changelog of Idealista Scraper \[Just 💰$0.45] — Sale & Rent, Phone, Agency (`blackfalcondata/idealista-scraper`) Actor

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

## Changelog

### 0.2.x — 2026-06-10

- Fixed: `maxResults` is now honoured in incremental mode (caps the emitted output; collection stays complete so change tracking remains accurate)
- Fixed: `minRooms` filter is applied again (was silently ignored)
- Fixed: repost detection (`isRepost`, `repostOfId`, `skipReposts`) is functional again
- Added: free-text and centre-based locations (e.g. "valencia", "roma", any geocodable town) return results again
- Improved: results are delivered to the dataset before being billed
- Improved: incremental change tracking is scoped per search configuration, so different searches sharing a `stateKey` no longer interfere; listings are only marked `EXPIRED` when a run provably covered the full result set
- Improved: transient fetch failures no longer abort a run — already-collected results are kept and delivered
- Improved: `contentQuality` now reflects per-record data completeness (`full` vs `thin`)

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

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

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

- Added: cross-run repost detection (`isRepost`, `repostOfId`, `repostDetectedAt`)
- Added: `skipReposts` input to exclude detected reposts from output

### 0.1.0 — 2026-04-03

Initial release.

- Scrapes idealista.com (ES), idealista.pt (PT), and idealista.it (IT)
- Reliable access via cloud transport layer
- SERP parsing: price, size, rooms, floor, highlighted status
- Detail enrichment: description, address, district, features, photos, agency
- Structured metadata: operation, property type, geo ID, owner type
- Contact enrichment: phone and contact name per listing
- Parallel SERP fetching (pages 2–N in batches of 10)
- Incremental mode: NEW / CHANGED / EXPIRED tracking with KV state
- Compact output mode for AI agent workflows
- PAY\_PER\_EVENT pricing (actor-start + per-result)
