# Scrape Guest Reviews for a Hotel - Agoda

**Use case:** 

Export Agoda guest reviews for any hotel with Rating, Rating text, Title, Review, Traveler and Date. No login required.

## Input

```json
{
  "searchTerms": [
    "Hilton Singapore"
  ],
  "outputType": "reviews",
  "includeReviews": true,
  "maxReviewsPerHotel": 100,
  "reviewsSort": "most_helpful",
  "maxHotels": 0,
  "monitorMode": false,
  "monitorKey": "default",
  "onlyChangedInMonitor": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "hotelName": {
    "label": "Hotel"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingText": {
    "label": "Rating text"
  },
  "title": {
    "label": "Title"
  },
  "text": {
    "label": "Review"
  },
  "travelerType": {
    "label": "Traveler"
  },
  "reviewerCountry": {
    "label": "Country"
  },
  "roomType": {
    "label": "Room"
  },
  "reviewDate": {
    "label": "Date"
  },
  "helpfulVotes": {
    "label": "Helpful"
  }
}
```

## About this Actor

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