# Find emails from company websites

**Use case:** 

Extract outreach-ready emails, phones, and social profile links from company websites for lead enrichment and CRM import.

## Input

```json
{
  "domains": [
    "basecamp.com",
    "ycombinator.com",
    "apify.com"
  ],
  "pagesPerSite": 3,
  "verifyMx": true,
  "maxDomains": 25,
  "requestTimeoutMs": 12000
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "email": {
    "label": "Email"
  },
  "emailType": {
    "label": "Type"
  },
  "mxValid": {
    "label": "MX valid"
  },
  "outreachReady": {
    "label": "Outreach-ready"
  },
  "sourceUrl": {
    "label": "Found on"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Contact Extractor - Verified Outreach-Ready Emails](https://apify.com/webdata_labs/website-contact-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/website-contact-extractor) to learn more, explore other use cases, and run it yourself.