# Export Reviews from Generator Barcelona Hostel

**Use case:** 

Extract all guest reviews, reviewer information, ratings, and hostel summary ratings from Generator Barcelona on Hostelworld. Perfect for hospitality analytics,

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hostelworld.com/hostels/p/59987/generator-barcelona/",
      "userData": {
        "originalUrl": "https://www.hostelworld.com/hostels/p/321952/slo-nice/"
      }
    }
  ],
  "maxReviewsPerHotel": 100,
  "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"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewerCountry": {
    "label": "Reviewer country",
    "format": "string"
  },
  "reviewerGroupType": {
    "label": "Reviewer group type",
    "format": "string"
  },
  "reviewerAgeRange": {
    "label": "Reviewer age range",
    "format": "string"
  },
  "reviewerComment": {
    "label": "Reviewer comment",
    "format": "string"
  },
  "hotelierComment": {
    "label": "Hotelier comment",
    "format": "string"
  },
  "ratings": {
    "label": "Ratings",
    "format": "object"
  },
  "hotelSummary": {
    "label": "Hotel summary",
    "format": "object"
  }
}
```

## About this Actor

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