# Kurzurlaub Recent Hotel Reviews Scraper

**Use case:** 

Collect only the newest Kurzurlaub.de hotel reviews from a chosen cutoff date onwards — perfect for monitoring fresh feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kurzurlaub.de/angebote/367978-wellness-kurzurlaub-in-kolberg-6-tage-inkl-wellnesspaket-hotel-seaside-park-resort.html"
    }
  ],
  "maxReviewsPerHotel": 0,
  "cutoffDate": "2026-01-01",
  "maxHotels": 0,
  "maxItems": 0,
  "maxConcurrency": 10,
  "maxRequestRetries": 4,
  "maxRequestsPerMinute": 120,
  "ignoreUrlFailures": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "hotelName": {
    "label": "Hotel",
    "format": "text"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewDate": {
    "label": "Date",
    "format": "text"
  },
  "overallRating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "comment": {
    "label": "Comment",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Kurzurlaub Reviews Scraper | 1.5$/1k](https://apify.com/trev0n/kurzurlaub-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/kurzurlaub-reviews-scraper) to learn more, explore other use cases, and run it yourself.