# Agoda Hotel Amenity Feedback Dataset

**Use case:** 

Collect public Agoda hotel reviews for hotel amenity feedback dataset with a small, reusable input for travel research, property monitoring, and review exports.

## Input

```json
{
  "hotelUrls": [
    {
      "url": "https://www.agoda.com/marina-bay-sands/hotel/singapore-sg.html"
    }
  ],
  "propertyIds": [],
  "maxReviewsPerHotel": 10,
  "sort": "mostHelpful",
  "language": "en-us",
  "currency": "USD",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "hotelName": {
    "label": "Hotel"
  },
  "propertyId": {
    "label": "Property ID"
  },
  "overallRating": {
    "label": "Overall"
  },
  "reviewId": {
    "label": "Review ID"
  },
  "reviewTitle": {
    "label": "Title"
  },
  "reviewText": {
    "label": "Review"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewDate": {
    "label": "Review date"
  },
  "stayDate": {
    "label": "Stay date"
  },
  "travelerType": {
    "label": "Traveler type"
  },
  "roomType": {
    "label": "Room type"
  },
  "reviewerName": {
    "label": "Reviewer"
  },
  "reviewerCountry": {
    "label": "Country"
  },
  "provider": {
    "label": "Provider"
  },
  "hotelUrl": {
    "label": "Hotel URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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