# Monitor Hotel Prices Over Time (Google Hotels)

**Use case:** 

Monitor hotel prices over time: track how rates change across OTAs for a fixed hotel set. Set a price window to reprice across multiple future dates.

## Input

```json
{
  "searchQueries": [
    "hotels in New York City"
  ],
  "hotelUrls": [
    "Marriott Marquis Times Square New York",
    "Hilton Midtown New York"
  ],
  "includePrices": true,
  "includeReviews": false,
  "minGuestRating": 0,
  "minStars": 0,
  "propertyTypes": [],
  "maxResults": 20,
  "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.