# Scrape Hotel Search With Live Prices - Agoda

**Use case:** 

Search Agoda hotels with live rates, returning Hotel, Stars, Score, City and Country. Export to JSON, CSV or Excel.

## Input

```json
{
  "searchTerms": [
    "Marina Bay Sands Singapore"
  ],
  "outputType": "hotels",
  "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"
  },
  "name": {
    "label": "Hotel"
  },
  "starRating": {
    "label": "Stars"
  },
  "reviewScore": {
    "label": "Score"
  },
  "reviewScoreText": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "accommodationType": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "area": {
    "label": "Area"
  },
  "fullAddress": {
    "label": "Address"
  },
  "url": {
    "label": "URL"
  }
}
```

## 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.