# Price Booking Com

**Use case:** 

Extract Booking Com data filtered by Price. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "destination": "New York",
  "checkin": "2026-03-15",
  "checkout": "2026-03-17",
  "nbAdults": 2,
  "nbChildren": 0,
  "nbRooms": 1,
  "currency": "USD",
  "language": "en-us",
  "sortBy": "price",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "hotelId": {
    "label": "Hotel Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "starRating": {
    "label": "Star Rating",
    "format": "number"
  },
  "reviewScore": {
    "label": "Review Score",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviewScoreLabel": {
    "label": "Review Score Label",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "pricePerNight": {
    "label": "Price Per Night",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "freeCancellation": {
    "label": "Free Cancellation",
    "format": "boolean"
  },
  "noPrepayment": {
    "label": "No Prepayment",
    "format": "boolean"
  },
  "mealPlan": {
    "label": "Meal Plan",
    "format": "text"
  },
  "isSoldOut": {
    "label": "Is Sold Out",
    "format": "boolean"
  },
  "displayLocation": {
    "label": "Display Location",
    "format": "text"
  },
  "distanceToCenter": {
    "label": "Distance To Center",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "ribbonText": {
    "label": "Ribbon Text",
    "format": "text"
  },
  "isPreferredPlus": {
    "label": "Is Preferred Plus",
    "format": "boolean"
  },
  "isSustainable": {
    "label": "Is Sustainable",
    "format": "boolean"
  },
  "isNewlyOpened": {
    "label": "Is Newly Opened",
    "format": "boolean"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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