# Refresh Booking hotel host contacts from URLs

**Use case:** 

Paste Booking.com hotel page URLs — extract or refresh professional host email, phone, company and legal details in one run.

## Input

```json
{
  "hotelUrls": [
    "https://www.booking.com/hotel/fr/royal-saint-michel.html",
    "https://www.booking.com/hotel/es/gran-melia-don-pepe-marbella.en-gb.html"
  ],
  "searchUrls": [],
  "cityNames": [],
  "maxHotels": 3,
  "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.