# Compare Paris Hotel Prices for Peak Season Stays

**Use case:** 

Extract comprehensive hotel pricing and amenity data for Paris during the high-demand summer season. Gain competitive intelligence to optimize your own pricing 

## Input

```json
{
  "location": "Paris",
  "checkinDate": "2024-07-15",
  "checkoutDate": "2024-07-22",
  "adults": 2,
  "rooms": 1,
  "currency": "EUR",
  "propertyType": "hotels",
  "minRating": 8,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "reviewWord": {
    "label": "Score",
    "format": "string"
  },
  "address": {
    "label": "Location",
    "format": "string"
  },
  "distance": {
    "label": "Distance",
    "format": "string"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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