# Find hotel and guesthouse owner leads with emails

**Use case:** 

Find hotel, guesthouse & B&B owner leads by city with emails and tech signals (Cloudbeds, Booking.com). For hotel-tech sales. Export CSV/Excel.

## Input

```json
{
  "location": "Marrakesh, Morocco",
  "includeHostels": false,
  "includeApartments": false,
  "includeChalets": false,
  "maxItems": 100,
  "crawlEmails": true,
  "onlyWithWebsite": true,
  "onlyWithEmail": false,
  "verifyEmails": true,
  "onlyVerifiedEmail": false,
  "maxPagesPerSite": 3,
  "concurrency": 8
}
```

## Output

```json
{
  "name": {
    "label": "Property",
    "format": "text"
  },
  "lead_grade": {
    "label": "Grade",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "stars": {
    "label": "Stars",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "email_status": {
    "label": "Email status",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "channel_manager": {
    "label": "Channel manager / PMS",
    "format": "array"
  },
  "ota_presence": {
    "label": "OTA presence",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Hotel Leads Scraper - Verified Emails + Booking Tech Stack](https://apify.com/flash_scraper/hotel-host-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/hotel-host-leads-scraper) to learn more, explore other use cases, and run it yourself.