# Fast Lightweight Expedia Reviews Scraper

**Use case:** 

Expedia Reviews Scraper API. Fast lightweight. Additional filters available. Keyword match. No proxies and browser required.

## Input

```json
{
  "listingUrls": [
    "https://www.expedia.com/Prague-Hotels-Hotel-Krystal.h10966026.Hotel-Information",
    "53363"
  ],
  "maxResults": 50,
  "search": "amazing",
  "searchIsLocalFilter": true
}
```

## Output

```json
{
  "listing_name": {
    "label": "Listing"
  },
  "listing_type": {
    "label": "Listing Type"
  },
  "reviews_overall_stats": {
    "label": "Listing Stats"
  },
  "review_id": {
    "label": "Review ID"
  },
  "rating_number": {
    "label": "Rating (Number)"
  },
  "rating_value": {
    "label": "Rating (Value)"
  },
  "rating_text": {
    "label": "Rating Text"
  },
  "review_title": {
    "label": "Review Title"
  },
  "review_text": {
    "label": "Review"
  },
  "what_liked": {
    "label": "Liked"
  },
  "what_disliked": {
    "label": "Disliked"
  },
  "review_date": {
    "label": "Review Date"
  },
  "review_locale": {
    "label": "Locale"
  },
  "travel_type": {
    "label": "Travel Type"
  },
  "reviewer_name": {
    "label": "Reviewer"
  },
  "review_is_verified": {
    "label": "Verified Stay"
  },
  "review_reply_title": {
    "label": "Reply Title"
  },
  "review_reply_text": {
    "label": "Owner Reply"
  },
  "review_images": {
    "label": "Review Images/Video"
  },
  "query_keyword": {
    "label": "Search Keyword"
  },
  "is_keyword_match": {
    "label": "Keyword Match"
  }
}
```

## About this Actor

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