# Build a cold outreach email list from any website list

**Use case:** 

Turn a list of business websites into an outreach-ready contact list — emails, phones and socials in one clean dataset. Built for B2B sales prospecting.

## Input

```json
{
  "urls": [
    "https://www.basecamp.com",
    "https://www.patagonia.com",
    "https://www.zapier.com",
    "https://www.smashingmagazine.com",
    "https://www.theverge.com",
    "https://www.mozilla.org"
  ],
  "scrapeEmails": true,
  "scrapePhones": true,
  "scrapeSocials": true,
  "followLinkPages": true,
  "maxConcurrency": 3,
  "timeoutPerUrl": 20
}
```

## Output

```json
{
  "inputUrl": {
    "label": "URL",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social links"
  },
  "pagesScraped": {
    "label": "Pages",
    "format": "number"
  },
  "isLinkPage": {
    "label": "Link Page",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Email Scraper — Emails, Phones & Socials](https://apify.com/jurassic_jove/website-email-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jurassic_jove/website-email-extractor) to learn more, explore other use cases, and run it yourself.