# Export guest feedback for a major German city hotel

**Use case:** 

Collect structured HRS review data for a city hotel, including guest comments, reviewer metadata, recommendation flags, and category ratings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hrs.com/en/hotel/42062"
    }
  ],
  "maxReviewsPerHotel": 50,
  "cutoffDate": "2025-01-01",
  "alwaysReturnSummary": true
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "reviewId": {
    "label": "Review id",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "arrivalDate": {
    "label": "Arrival date",
    "format": "string"
  },
  "departureDate": {
    "label": "Departure date",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewerType": {
    "label": "Reviewer type",
    "format": "string"
  },
  "reviewerAgeGroup": {
    "label": "Reviewer age group",
    "format": "string"
  },
  "locale": {
    "label": "Locale",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "reviewerCommentPositive": {
    "label": "Reviewer comment positive",
    "format": "string"
  },
  "reviewerCommentNegative": {
    "label": "Reviewer comment negative",
    "format": "string"
  },
  "hotelierCommentPositive": {
    "label": "Hotelier comment positive",
    "format": "string"
  },
  "hotelierCommentNegative": {
    "label": "Hotelier comment negative",
    "format": "string"
  },
  "comfortablenessRating": {
    "label": "Comfortableness rating",
    "format": "string"
  },
  "hotelRecommendation": {
    "label": "Hotel recommendation",
    "format": "boolean"
  },
  "externalRating": {
    "label": "External rating",
    "format": "boolean"
  },
  "ratings": {
    "label": "Ratings",
    "format": "object"
  },
  "hotelSummary": {
    "label": "Hotel summary",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [HRS Reviews Scraper](https://apify.com/knagymate/hrs-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/knagymate/hrs-reviews-scraper) to learn more, explore other use cases, and run it yourself.