# Holidaycheck Hotelbewertungen exportieren

**Use case:** 

Hotelbewertungen und Details von Holidaycheck.de scrapen. Gästescores, Ausstattung, Bilder und Profil-URLs für Hospitality-Analysen exportieren.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.holidaycheck.de/hi/iberostar-selection-fuerteventura-palace/fd00ef3a-7010-3606-9909-9c7d0f395342"
    }
  ],
  "maxItems": 10,
  "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.