# Monitor San Diego Hotel Price Drops - Google Hotels

**Use case:** 

Track hotel price drops in San Diego on Google Hotels with Hotel, Status, Price, Previous, Cheapest on and Rating. Updated on every run.

## Input

```json
{
  "searchQueries": [
    "hotels in San Diego"
  ],
  "startUrls": [],
  "checkInDate": "2026-09-10",
  "checkOutDate": "2026-09-12",
  "adults": 2,
  "children": 0,
  "maxResults": 50,
  "sortBy": "relevance",
  "includeDetails": false,
  "includeReviews": false,
  "maxReviewsPerHotel": 10,
  "hotelClasses": [],
  "propertyTypes": [],
  "currency": "USD",
  "countryCode": "us",
  "languageCode": "en",
  "monitorMode": true,
  "monitorKey": "default",
  "maxRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "text"
  },
  "monitorStatus": {
    "label": "Status",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "previousPrice": {
    "label": "Previous",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "lowestOfferProvider": {
    "label": "Cheapest on",
    "format": "text"
  },
  "lowestOfferPrice": {
    "label": "Cheapest price",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hotelUrl": {
    "label": "Google Hotels URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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