# Guest Reviews Agoda Hotel

**Use case:** 

Extract Agoda Hotel data filtered by Guest Reviews. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "Bangkok",
  "maxItems": 10,
  "adults": 2,
  "rooms": 1,
  "sortBy": "AllGuestsReviewScore"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "hotelName": {
    "label": "Hotel"
  },
  "starRating": {
    "label": "Stars"
  },
  "reviewScore": {
    "label": "Score"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  }
}
```

## About this Actor

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