# Hotel Price Drop Tracker

**Use case:** 

Track which hotels just cut their rates for your dates, ranked by how deep the drop is versus the comparable-property median.

## Input

```json
{
  "mode": "rates",
  "destination": "Paris",
  "checkIn": "2026-08-10",
  "checkOut": "2026-08-12",
  "propertyUrls": [],
  "myHotelUrl": "",
  "adults": 2,
  "rooms": 1,
  "rankBy": "rateDrop",
  "intent": "find_value",
  "intentEnabled": false,
  "outputPack": "traveller",
  "outputProfile": "signals",
  "watchlistName": "",
  "watchlistMemory": "shared",
  "marketId": "",
  "deltaWindowDays": 7,
  "alerts": {},
  "filters": {},
  "limits": {
    "maxProperties": 60,
    "maxDetails": 30,
    "maxDateScanFetches": 60
  },
  "rateMemory": {
    "enabled": true,
    "retentionDays": 365,
    "includeInCommunityBenchmarks": true
  },
  "dateScan": {
    "nights": 2,
    "daysToScan": 14,
    "weekdaysOnly": false
  },
  "maxRuntimeSeconds": 3600,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "signalEvents": {
    "label": "Signal Events",
    "format": "array"
  },
  "rateValueScore": {
    "label": "Rate Value Score",
    "format": "object"
  },
  "history": {
    "label": "Saved Rate Memory (Rate Timeline)",
    "format": "object"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Booking Scraper — Rate Intelligence, Comp-Set & Price Drops](https://apify.com/ryanclinton/booking-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/booking-scraper) to learn more, explore other use cases, and run it yourself.