# Research Expedia hotel management responses

**Use case:** 

Export recent public Expedia reviews with management-response data when available for hotel reputation and response-style research.

## Input

```json
{
  "propertyIds": [
    "10966026"
  ],
  "maxReviewsPerHotel": 20,
  "pageSize": 20,
  "sortBy": "NEWEST_TO_OLDEST",
  "includeRatingsOnly": false,
  "locale": "en_US",
  "maxRuntimeSecs": 120
}
```

## Output

```json
{
  "hotelId": {
    "label": "Hotel ID",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "text": {
    "label": "Review",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "submissionDate": {
    "label": "Submitted",
    "format": "string"
  },
  "travelerType": {
    "label": "Traveler type",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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