# Confirm Recruitment Candidate Email Addresses for Outreach

**Use case:** 

Verify the validity of email addresses for job applicants and recruitment candidates, ensuring reliable communication throughout the hiring process. This improv

## Input

```json
{
  "emails": [
    "candidate1@emailprovider.com",
    "applicant_fail@deadmail.xyz",
    "hrcontact@recruitingfirm.net",
    "potentialhire@jobseeker.org",
    "softwareeng@gmail.com",
    "projectmanager@outlook.com"
  ],
  "verificationDepth": "basic",
  "concurrency": 8
}
```

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