# Monitor Paris 4-Star Hotel Prices Daily

**Use case:** 

Track daily pricing for 4-star hotels in Paris to identify optimal booking times or competitor pricing strategies. Gain a competitive edge by reacting quickly t

## Input

```json
{
  "mode": "searchHotels",
  "cityName": "Paris",
  "checkIn": "2024-08-15",
  "checkOut": "2024-08-16",
  "minStars": 4,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "starRating": {
    "label": "Star rating"
  },
  "rating": {
    "label": "Rating"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Trip.com Hotels Scraper](https://apify.com/crawlerbros/tripdotcom-hotels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/tripdotcom-hotels-scraper) to learn more, explore other use cases, and run it yourself.