# Scrape hotel leads with emails by city

**Use case:** 

Find hotels by area and extract emails, phones, socials & addresses. Export-ready prospect list.

## Input

```json
{
  "websites": [
    "freemansrestaurant.com",
    "thinkcoffee.com"
  ],
  "findEmails": true,
  "verifyEmails": false,
  "searchArea": "Orlando, FL",
  "categories": [
    "hotel"
  ],
  "requireEmail": true,
  "maxResults": 20,
  "maxPagesPerSite": 10,
  "enrichConcurrency": 5,
  "monitorMode": false,
  "alertOnNewBusiness": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "string"
  },
  "category": {
    "label": "Type",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Free Email & Contact Scraper - Extract Emails From Any Website](https://apify.com/scrapersdelight/local-business-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/local-business-lead-scraper) to learn more, explore other use cases, and run it yourself.