# Get Latest Reviews for Che Lagarto Hostel Copacabana

**Use case:** 

Download the latest Hostelworld reviews, ratings, and guest feedback for Che Lagarto Hostel Copacabana. Perfect for travel research and analytics.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hostelworld.com/hostels/p/58010/che-lagarto-hostel-copacabana/"
    }
  ],
  "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.