Zoover Reviews Scraper โ€” filters, awards & rich hotel stats avatar

Zoover Reviews Scraper โ€” filters, awards & rich hotel stats

Pricing

from $5.00 / 1,000 review scrapeds

Go to Apify Store
Zoover Reviews Scraper โ€” filters, awards & rich hotel stats

Zoover Reviews Scraper โ€” filters, awards & rich hotel stats

Scrape guest reviews from Zoover.nl and Zoover.be hotels: text, scores, category ratings, hotelier replies, photos. Filter by travel party, score, language or date โ€” pay only for matching reviews. Rich hotel summary with awards and rating distributions.

Pricing

from $5.00 / 1,000 review scrapeds

Rating

0.0

(0)

Developer

Korado Labs

Korado Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

๐Ÿจ Zoover Reviews Scraper โ€” filters, awards & rich hotel stats

Scrape real guest reviews from Zoover โ€” one of Europe's largest independent travel review platforms โ€” into a clean, structured dataset. Works with Zoover.nl and Zoover.be hotel pages.

You get the full review content (title, text, overall score, per-category scores, travel date, travel party, reviewer name & verification, likes, traveler photos, hotelier replies) plus a rich hotel summary with aggregated category ratings, Zoover award history, star rating, rating distribution, and contact details.

๐Ÿ’ก Why this scraper

This ActorTypical alternatives
Review fieldsFull superset incl. replies, photos (public HTTPS URLs), update timestampsCore fields only
Built-in filtersTravel party, min/max score, language, photos-only, reply-only โ€” you only pay for reviews that matchScrape everything, filter later, pay for everything
Hotel summaryAggregated category scores, Zoover awards per year, star rating, rating & travel-party distributions, location hierarchy, contact infoBasic metadata
Domainszoover.nl + zoover.bezoover.nl
Actor start fee$0$0.002
Price per review$0.005$0.005

๐Ÿ›  How to use

  1. Paste one or more Zoover hotel URLs into Hotel URLs, e.g. https://www.zoover.nl/a/128192/side-mare-resort-spa
  2. Optionally set Max reviews per hotel, a Cutoff date for incremental scrapes, and any filters.
  3. Run, then export as JSON, CSV, Excel or via API.

Leaving the input empty runs a small demo (10 reviews of a sample hotel) so you can inspect the output format for a few cents.

๐Ÿ“ฅ Input example

{
"startUrls": [{ "url": "https://www.zoover.nl/a/128192/side-mare-resort-spa" }],
"maxReviewsPerHotel": 50,
"cutoffDate": "2025-01-01",
"travelParties": ["COUPLE", "FRIENDS"],
"minScore": 8,
"languages": ["nl"],
"alwaysReturnSummary": true
}

๐Ÿ“ค Output

Resilience note: reviews and summaries always come from Zoover's own APIs (with automatic zoover.nl โ‡„ zoover.be mirror failover). Page-level enrichment fields (awards, starRating, giataId, categoryScores, contact) are best-effort: if Zoover shields its hotel pages, they may be null while all reviews still deliver in full.

Two record types (recordType field): review and summary.

Review record

FieldDescription
reviewId / reviewHeliosIdStable Zoover review ID
reviewDate / reviewUpdatedDatePosted / last updated (ISO 8601)
travelDateDate of the stay
reviewScoreOverall score 1โ€“10
reviewTitle, reviewText, reviewTextLengthFull review content
reviewLanguagee.g. nl, de, en
userName, userVerified, traveledWith, likesReviewer details
scoreDetailsPer-category scores (childFriendly, hygiene, location, priceQuality, room, service, โ€ฆ) โ€” every category Zoover returns is passed through
reply, repliesRawHotelier reply (mapped + raw)
imagesTraveler photos as public HTTPS URLs
hotelName, hotelUrl, hotelHeliosId, hotelIdHotel context on every row โ€” convenient for multi-hotel runs

Summary record (hotelSummary)

Aggregated rating & review count, per-category score averages, star rating, Zoover awards by year, rating distribution (how many 10s, 9s, โ€ฆ), travel-party distribution, country/region/city, contact info, GIATA ID, and how many reviews this run scraped vs. the total on Zoover.

๐Ÿ’ฐ Pricing example

No actor start fee. You pay $0.005 per review and $0.002 per hotel summary โ€” only for delivered rows.

  • 100 reviews + 1 summary = $0.502
  • Daily incremental check of 10 hotels with cutoffDate (say 12 new reviews + 10 summaries) = $0.08

๐Ÿ” Incremental scraping

Set cutoffDate to the date of your last run: the Actor stops paginating as soon as it reaches older reviews, so incremental runs are fast and cheap. reviewId is stable, so deduplication downstream is trivial.

โš ๏ธ Notes

  • Scores use Zoover's 1โ€“10 scale.
  • cutoffDate is interpreted as a local date in the Europe/Berlin timezone (Zoover does not expose timezones).
  • The Actor only accesses publicly available data.