# Validate Email Leads for CRM & Outreach Campaigns

**Use case:** 

Ensure your sales and marketing outreach efforts hit the mark by verifying prospect email addresses before adding them to your CRM or email sequences. This prev

## Input

```json
{
  "emails": [
    "john.doe@example.com",
    "jane.smith@anothercompany.net",
    "marketing@startup.io",
    "support@olddomain.org"
  ],
  "verificationDepth": "deep",
  "concurrency": 25
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "text"
  },
  "verdict": {
    "label": "Verdict",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "mxHost": {
    "label": "MX Host",
    "format": "text"
  },
  "reason": {
    "label": "Reason",
    "format": "text"
  },
  "verifiedAt": {
    "label": "Verified At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Verifier](https://apify.com/crawlerbros/email-verifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/email-verifier) to learn more, explore other use cases, and run it yourself.