# Changelog of Zillow Scraper — Property Listings by City & ZIP (`logiover/zillow-property-scraper`) Actor

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

## Changelog

### 2026-09-01

- Fleet-wide health check. Verified against this Actor's real run history: 30-day success rate, output row counts, per-field fill rates, and peak memory against the configured memory limit.
- Reviewed for the failure patterns that have cost this fleet runs — unguarded proxy setup, retry loops that can outlast the run's own time budget, and full-page HTML parsing that can exhaust a small container.
- No change to input, output fields or scraping logic.

### 2026-08-11

- Maintenance release: refreshed the build and dependencies.
- Re-verified live execution, non-empty structured output and dataset field/type integrity.
- Reviewed reliability (retries, pagination) and output quality as part of a full-fleet QA pass.

### 2026-08-06

- First release.
- Scrapes Zillow listings by location for sale, rent or recently sold, with pagination.
- Prices, beds, baths, area, Zestimate and coordinates stored as numbers; address split into street, city, state and ZIP.
- TLS-impersonating HTTP client, because Zillow refuses ordinary clients on handshake alone — plain HTTP libraries and headless browsers are both blocked.
- Residential proxy with a fresh exit IP per attempt and exponential backoff up to ~3 minutes, to ride out Zillow's minutes-long refusal windows.
- Empty input scrapes a default market instead of erroring, bounded by `maxResults` (default 1000).
