# Changelog of Zillow Scraper (`automation-lab/zillow-scraper`) Actor

- **URL**: https://apify.com/automation-lab/zillow-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/automation-lab/zillow-scraper.md

## Changelog

### 2026-09-21

*Reliability*

- Fixed city/state and address queries containing commas or other punctuation so they resolve to valid Zillow location paths instead of returning empty results.
- Added two bounded HTTP proxy identities before browser fallback in cloud runs to recover from short blocked-IP streaks.
- Blocked searches and missing inputs now fail clearly instead of reporting a successful run with zero listings.

### 2026-09-01

*Features*

- Added opt-in search-result detail enrichment for richer property fields while preserving one row and one result charge per Zillow property.
- Failed enrichment now returns the usable base search row and records the detail URL in `failed_urls`.

### 2026-06-21

*Reliability*

- Exact-address searches now fail clearly when Zillow blocks the page instead of returning an empty successful run.

### 2026-06-19

*Features*

- Added public task examples to help users start common Zillow scraping workflows.

### 2026-05-14

*Reliability*

- Improved scraping reliability for health-check and development runs by using residential proxies consistently.

### 2026-05-11

*Fixes*

- Fixed a timeout regression that could stop runs before fetching all requested listings.
