# Prospect hotel partners from Booking.com

**Use case:** Extract travel & hospitality pricing

Scrape Booking.com by city, type, and rating. Extract property data, enrich owner contacts via Hunter.io or Clay, and sync leads to Salesforce or HubSpot.

## Input

```json
{
  "search": "Lisbon",
  "maxItems": 10,
  "extractAdditionalHotelData": false,
  "propertyType": "Hotels",
  "sortBy": "distance_from_search",
  "starsCountFilter": "4",
  "currency": "USD",
  "language": "en-gb",
  "rooms": 1,
  "adults": 2,
  "children": 0,
  "minMaxPrice": "0-999999"
}
```

## Output

```json
{
  "image": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "address": {
    "label": "Address"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingLabel": {
    "label": "Rating label",
    "format": "text"
  },
  "reviews": {
    "label": "Reviews Count",
    "format": "number"
  },
  "categoryReviews": {
    "label": "Category reviews"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "checkIn": {
    "label": "Check in",
    "format": "text"
  },
  "checkOut": {
    "label": "Check out",
    "format": "text"
  },
  "images": {
    "label": "Images"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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