# Scrape New Hotel Reviews by Market - Agoda

**Use case:** 

Monitor new Agoda guest reviews across a market with Hotel, Rating, Title, Review, Traveler and Date. Updated on every run.

## Input

```json
{
  "searchTerms": [
    "Maldives resort"
  ],
  "outputType": "hotels",
  "includeReviews": true,
  "maxReviewsPerHotel": 100,
  "reviewsSort": "most_helpful",
  "maxHotels": 0,
  "monitorMode": true,
  "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.