# Find Restaurant Emails for Miami Catering Leads

**Use case:** 

Extract contact emails from Miami-based restaurant websites. Gain valuable leads from top catering destinations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.thenomadmiami.com/"
    },
    {
      "url": "https://www.estiatorio-milos.com/miami"
    },
    {
      "url": "https://www.sugarcanerawbargrill.com/"
    }
  ],
  "maxDepth": 1,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxRequestsPerCrawl": 30,
  "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.