# Find family traveler reviews for a hotel

**Use case:** 

Get reviews filtered specifically by travelers with young children - finer family segmentation than most hotel review scrapers offer.

## Input

```json
{
  "urls": [
    {
      "url": "https://www.agoda.com/de-de/vi-vadi-hotel-downtown-munich/hotel/munich-de.html"
    }
  ],
  "customerType": "family-with-young-children",
  "sorting": "most-helpful",
  "allowBookingReviews": true,
  "maxReviews": -1,
  "maxReviewsPerSource": -1,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "hotelName": {
    "label": "Hotel",
    "format": "string"
  },
  "provider": {
    "label": "Source",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingLabel": {
    "label": "Rating Label",
    "format": "string"
  },
  "title": {
    "label": "Review Title",
    "format": "string"
  },
  "review": {
    "label": "Review",
    "format": "string"
  },
  "positiveText": {
    "label": "Positive",
    "format": "string"
  },
  "negativeText": {
    "label": "Negative",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "customerType": {
    "label": "Customer Type",
    "format": "string"
  },
  "countryName": {
    "label": "Guest Country",
    "format": "string"
  }
}
```

## About this Actor

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