# Scrape pro hosts from a Booking search URL

**Use case:** 

Copy any Booking.com search URL from your browser — get professional host emails and phones for every listing in that search. Quick sample preset.

## Input

```json
{
  "hotelUrls": [
    "https://www.booking.com/hotel/fr/royal-saint-michel.html"
  ],
  "searchUrls": [
    "https://www.booking.com/searchresults.html?ss=Marbella%2C+Spain&group_adults=2&no_rooms=1&group_children=0"
  ],
  "cityNames": [],
  "maxHotels": 10,
  "multiSearch": false,
  "onlyProHosts": true,
  "deduplicateHosts": true
}
```

## Output

```json
{
  "hotel_company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "hotel_email": {
    "label": "Email",
    "format": "string"
  },
  "hotel_phone": {
    "label": "Phone",
    "format": "string"
  },
  "hotel_website": {
    "label": "Website",
    "format": "string"
  },
  "hotel_city": {
    "label": "City",
    "format": "string"
  },
  "hotel_registration_number": {
    "label": "SIRET / VAT",
    "format": "string"
  },
  "hotel_trade_register": {
    "label": "Trade Register",
    "format": "string"
  },
  "hotel_contact_country": {
    "label": "Company Country",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Booking Pro Host Scraper · Hotel Contacts & Emails](https://apify.com/corent1robert/booking-pro-host-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/corent1robert/booking-pro-host-scraper) to learn more, explore other use cases, and run it yourself.