# Bulk Email List Verification - $0.50/1000

**Use case:** 

Validate and score your email lists. Receive clean statuses for each address and optimize your campaigns.

## Input

```json
{
  "emails": [
    "john.doe@gmail.com",
    "support@apify.com",
    "email@example.com"
  ],
  "emailField": "email"
}
```

## Output

```json
{
  "email": {
    "label": "Email"
  },
  "status": {
    "label": "Status"
  },
  "subStatus": {
    "label": "Sub status"
  },
  "score": {
    "label": "Score"
  },
  "didYouMean": {
    "label": "Did you mean"
  },
  "domain": {
    "label": "Domain"
  },
  "mxFound": {
    "label": "Mx found"
  },
  "disposable": {
    "label": "Disposable"
  },
  "roleBased": {
    "label": "Role based"
  },
  "freeProvider": {
    "label": "Free provider"
  },
  "hasTag": {
    "label": "Has tag"
  },
  "spf": {
    "label": "Spf"
  },
  "dmarc": {
    "label": "Dmarc"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Email Verifier - $0.50/1K - Validate & Score Email Lists](https://apify.com/mamies/bulk-email-verifier) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mamies/bulk-email-verifier) to learn more, explore other use cases, and run it yourself.