# Clean Sales Lead Email Lists for Higher Deliverability

**Use case:** 

Ensure your sales outreach efforts reach valid inboxes by scrubbing outdated or incorrect email addresses from your lead lists. This improves email deliverabili

## Input

```json
{
  "emails": [
    "john.doe@examplecompany.com",
    "jane.smith@anothercorp.net",
    "contact@olddomain.co",
    "info@bouncedmail.xyz",
    "support@company-a.org",
    "sales@company-b.com",
    "marketing@company-c.net"
  ],
  "verificationDepth": "deep",
  "concurrency": 20
}
```

## 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.