# Changelog of Zoover Reviews Scraper — Hotel Guest Reviews & Ratings (`kestrel/zoover-reviews-scraper`) Actor

- **URL**: https://apify.com/kestrel/zoover-reviews-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/kestrel/zoover-reviews-scraper.md

## Changelog

### 2026-08-30

- Reliability: a run that cannot act on its input — a URL from the wrong site, a name nothing resolves to, an empty target list, a number outside the documented range — now ends cleanly with the reason on the run card instead of as a failed run. Nothing is charged in either case; a blocked or throttled source still fails loudly.
- Store listing: moved into the categories buyers actually browse (the old `Business` category has no Store page).

### 1.0 — 2026-08-29

First release.

- Every Zoover.nl guest review of an accommodation: the 1-10 score, title, full text, per-aspect scores, language, travel party, travel date, reviewer, photos and the owner's reply.
- Targets: Zoover accommodation URLs (`/a/<id>/<slug>`), the numeric id from that URL, or the internal accommodation id (uuid) from an earlier run — a uuid skips the page read.
- Filters that run before billing: `maxRating`, `minRating`, `requireText`, `sinceDate` (absolute or relative), `maxReviewsPerAccommodation`.
- Free rows: one accommodation context row per property (ids, star rating, guest rating, aspect ratings, place, contact, score and travel-party tallies) and one status row per property.
- Charged rows are billed exactly as delivered; an accommodation with no reviews, an unknown id and every filtered review are free.
- Datacenter proxy by default; the accommodation page is fetched with a TLS-impersonating client, the review API with plain requests.
