# Email & Contact Finder — Find Business Emails

**Use case:** 

Find verified business emails, phone numbers, and social profiles from a domain or company name. Bulk lead enrichment, exported to JSON or CSV.

## Input

```json
{
  "urls": [
    "https://www.intercom.com"
  ],
  "verifyEmailMx": true,
  "firecrawlFallback": false,
  "validateSocialProfiles": false,
  "maxPagesPerDomain": 3,
  "countryHint": "US",
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "phones": {
    "label": "Phones",
    "format": "text"
  },
  "socials": {
    "label": "Socials",
    "format": "text"
  },
  "qualityScore": {
    "label": "Quality",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Finder API — MX-Verified Contacts & Phones](https://apify.com/tugelbay/contact-finder-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/contact-finder-pro) to learn more, explore other use cases, and run it yourself.