HolidayCheck Reviews Scraper avatar

HolidayCheck Reviews Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
HolidayCheck Reviews Scraper

HolidayCheck Reviews Scraper

Scrape hotel reviews, ratings, and owner replies from HolidayCheck by hotel URL or UUID.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

One House

One House

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 days ago

Last modified

Categories

Share

Extract hotel reviews from HolidayCheck using a hotel page URL or hotel UUID.

Ideal for reputation monitoring, competitor analysis, and hospitality data pipelines.

What you get

  • Hotel name, aggregate rating, and review count
  • Review title and text
  • Overall rating on HolidayCheck’s 6-point scale, plus category ratings
  • Author name, ID, and avatar (when available)
  • Travel date, travel party, reason, and duration
  • Recommendation flag
  • Owner reply text and date
  • Full raw review object for advanced use

How to use

  1. Open this Actor and click Start
  2. Add HolidayCheck hotel URLs under Hotel URLs, or paste hotel UUIDs under Hotel IDs
  3. Set Max reviews per hotel (0 = all available reviews)
  4. Optionally enable Apify Proxy if you scrape many hotels
  5. Run and download results from the Dataset tab

Finding the hotel ID

The hotel UUID is the last part of the hotel URL:

  • https://www.holidaycheck.de/hi/{hotel-name}/{uuid}
  • https://www.holidaycheck.de/hi/a/{uuid}

Input example

{
"startUrls": [
{
"url": "https://www.holidaycheck.de/hi/blue-lagoon-resort/595aa16f-6527-3ab6-ad38-47780a2bb341"
}
],
"maxReviews": 100
}

Output example

Each dataset item is one review:

{
"reviewId": "f11d2bf4-6cea-4794-9538-520c588b7e06",
"hotelId": "595aa16f-6527-3ab6-ad38-47780a2bb341",
"hotelName": "Blue Lagoon Resort",
"hotelUrl": "https://www.holidaycheck.de/hi/blue-lagoon-resort/595aa16f-6527-3ab6-ad38-47780a2bb341",
"title": "Tolle Anlage",
"text": "Die Hotelanlage war einfach Spitze.",
"rating": 6,
"ratingScale": 6,
"authorName": "Vik",
"publishedAt": "2026-07-10T08:00:32.000Z",
"travelDate": "2026-07-01T00:00:00.000Z",
"traveledWith": "FAMILY",
"recommendation": true,
"replyText": null,
"source": "holidaycheck",
"scrapedAt": "2026-07-11T07:05:00.000Z"
}

A hotel summary is also saved in the key-value store as HOTEL_INFO_{hotelId}.

Tips

  • Use maxReviews to control cost on hotels with thousands of reviews.
  • Ratings on HolidayCheck use a 1–6 scale (ratingScale: 6).
  • Add multiple hotel URLs in one run to batch scraping.

Limitations

  • Only public HolidayCheck hotel reviews are returned.
  • Some hotels may have few or no HolidayCheck-native reviews (partner reviews on the page are not always available via the same API).