# Find pro hosts in Marbella with emails

**Use case:** 

Build a CRM-ready list of professional Booking.com hosts in Marbella — company name, email, phone, SIRET/VAT when published.

## Input

```json
{
  "hotelUrls": [
    "https://www.booking.com/hotel/fr/royal-saint-michel.html"
  ],
  "searchUrls": [],
  "cityNames": [
    "Marbella, Spain"
  ],
  "maxHotels": 50,
  "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.