# Extract Paris Luxury Hotel Data & Ratings

**Use case:** 

Gather detailed information on luxury hotels in Paris, including names, prices, and guest ratings. This data supports market research for new hotel developments

## Input

```json
{
  "location": "Paris",
  "checkinDate": "2024-09-01",
  "checkoutDate": "2024-09-03",
  "adults": 2,
  "rooms": 1,
  "currency": "EUR",
  "maxResults": 75,
  "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"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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