# Holidaycheck Pauschalreisen finden

**Use case:** 

Pauschalreisen und Hoteldeals auf Holidaycheck.de finden. Angebote, Preise, Reisezeiträume und Buchungslinks für OTAs und Reisevergleiche exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.holidaycheck.de/dh/hotels-griechenland/29ed38c7-75eb-362c-923e-4bab92dd0b22?availability=1&deal=1&p=1&travelkind=package"
    }
  ],
  "maxItems": 12,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "facilities": {
    "label": "Facilities",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone Number",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "primaryImage": {
    "label": "Primary Image",
    "format": "image"
  },
  "imgUrls": {
    "label": "Image URLs",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Holidaycheck.de Hotels Scraper](https://apify.com/lexis-solutions/holidaycheck-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/holidaycheck-scraper) to learn more, explore other use cases, and run it yourself.