# Export Google Hotels Prices to Excel (XLSX)

**Use case:** 

Export Google Hotels price data to Excel (XLSX): hotel names, OTA rates, booking links and dates. Download directly from the Apify dataset output.

## Input

```json
{
  "searchQueries": [
    "hotels in Las Vegas"
  ],
  "includePrices": true,
  "includeReviews": false,
  "minGuestRating": 0,
  "minStars": 0,
  "propertyTypes": [],
  "maxResults": 25,
  "adults": 2,
  "children": 0,
  "rooms": 1,
  "currency": "USD",
  "maxReviews": 100,
  "reviewsSort": "newest",
  "countryCode": "us",
  "languageCode": "en",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel name",
    "format": "string"
  },
  "offers": {
    "label": "Prices (all bookable options)",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Hotels Scraper - Prices, OTA Rates, Room Rates & Reviews](https://apify.com/factden/google-hotels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/factden/google-hotels-scraper) to learn more, explore other use cases, and run it yourself.