Holidaycheck.de Hotels Scraper avatar

Holidaycheck.de Hotels Scraper

Try for free

1 day trial then $39.00/month - No credit card required now

View all Actors
Holidaycheck.de Hotels Scraper

Holidaycheck.de Hotels Scraper

lexis-solutions/holidaycheck-scraper
Try for free

1 day trial then $39.00/month - No credit card required now

Detailed hotel reviews with the Holidaycheck.de Hotels Scraper. Extract ratings, photos, and prices directly from Holidaycheck.de. Enhance your business intelligence or travel decision-making with accurate, real-time hotel data.

Holidaycheck Hotel Scraper

banner

This Apify actor scrapes hotel information from Holidaycheck.de, a popular travel website in Germany. The actor can extract detailed hotel data including title, price, rating, location, score, review count, primary image, and image URLs. It can handle pagination to gather data from multiple pages and outputs the data in JSON format.

Table of Contents

Features

  • Scrapes detailed hotel information including title, price, rating, location, score, reviewCount, primaryImage and imgUrls.
  • Handles pagination to gather data from multiple pages.
  • Outputs data in JSON format for easy integration with other tools.

Input

The actor accepts the following input parameters in JSON format:

  • startUrls (array): List of URLs to start the scraping process from. It can be a search or detail hotel url.

    1{
    2  "startUrls": [
    3    {
    4      "url": "https://www.holidaycheck.de/dh/hotels-spanien/29ed38c7-75eb-362c-923e-4bab92dd0b22?availability=1&deal=1&p=4&travelkind=package"
    5    },
    6    {
    7      "url": "https://www.holidaycheck.de/hi/viva-blue-spa/fd00ef3a-7010-3606-9909-9c7d0f395342"
    8    }
    9  ]
    10}
  • maxItems (integer): Maximum number of items to scrape.

  • proxyConfiguration (object): Proxy settings for the scraping process.

Output

The actor produces output in JSON format with the following structure:

1{
2  "title": "Iberostar Selection Fuerteventura Palace",
3  "price": 2.127,
4  "location": "Pasaje Playa, 1 35626 Morro Jable Fuerteventura Spanien",
5  "score": 5.6,
6  "reviewCount": 5.008,
7  "primaryImage": "https://media-cdn.holidaycheck.com/w_768,h_432,c_fill,q_auto,f_auto/ugc/images/e7b92680-ffa7-48ce-89f5-60bbe5cf87f0",
8  "imgUrls": [
9    "https://media-cdn.holidaycheck.com/w_768,h_432,c_fill,q_auto,f_auto/ugc/images/08565038-0926-41a8-8f01-8a72999103a4"
10  ]
11}

Usage

  1. Create a new task: In the Apify console, create a new task for the Holidaycheck Hotel Scraper actor.

  2. Configure input: Provide the necessary input parameters as described above.

  3. Run the task: Start the task to begin scraping data.

  4. Retrieve output: Once the task is complete, download the output in JSON format.

Limitations

  • The scraper is subject to the limitations and restrictions of Holidaycheck.de, including potential rate limits and CAPTCHAs.
  • The actor's performance may vary based on the website's response times and structure changes.

👀 p.s.

Got feedback or need an extension?

Lexis Solutions is a certified Apify Partner. We can help you with custom solutions or data extraction projects.

Contact us on our website, Email, or LinkedIn.

Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Aug 2024
  • Modified 7 days ago