# Booking.com Hotels Listing Full Export

**Use case:** 

Full Export of Booking.com Hotels Listing. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "destination": "Paris",
  "checkIn": "2026-08-01",
  "checkOut": "2026-08-03",
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Hotel",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "pricePerNight": {
    "label": "Price/Night",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "hotelUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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