# Hotel Booking Contact Finder for Europe

**Use case:** 

Extract contact details like emails and phone numbers from leading hotel websites in Europe. Get key information for hotel bookings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.kempinski.com/"
    },
    {
      "url": "https://www.accor.com/"
    },
    {
      "url": "https://www.nh-hotels.com/"
    }
  ],
  "maxDepth": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxRequestsPerCrawl": 40,
  "useJsBrowser": false
}
```

## Output

```json
{
  "rootDomain": {
    "label": "Root domain"
  },
  "emails": {
    "label": "Emails"
  },
  "socials.linkedin": {
    "label": "Linkedin"
  },
  "socials.instagram": {
    "label": "Instagram"
  },
  "pageTitle": {
    "label": "Page title"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact Scraper – Email, Phone & Social](https://apify.com/logiover/website-contact-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/website-contact-scraper) to learn more, explore other use cases, and run it yourself.