# Real Estate Agent Email Deliverability Checker

**Use case:** 

Validate email deliverability for real estate agents. Ensure your list is clean and ready for communication with verified results.

## Input

```json
{
  "emails": [
    "john.smith@remax.com",
    "sarah.jones@coldwellbanker.com",
    "mike.brown@kw.com",
    "lisa.white@century21.com",
    "david.green@berkshirehathaway.com"
  ],
  "emailField": "email",
  "concurrency": 20
}
```

## Output

```json
{
  "email": {
    "label": "Email"
  },
  "status": {
    "label": "Status"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "reason": {
    "label": "Reason"
  },
  "isDisposable": {
    "label": "Disposable"
  },
  "isRoleAccount": {
    "label": "Role account"
  },
  "didYouMean": {
    "label": "Did you mean"
  }
}
```

## About this Actor

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