# Verify a Single Email Address Online — Free & Instant

**Use case:** 

Check if one email address is real, deliverable, and safe to send to. Get its status, quality score, and SMTP checks
  in seconds.

## Input

```json
{
  "emails": [
    "support@apify.com"
  ],
  "emailColumn": "email"
}
```

## Output

```json
{
  "email": {
    "label": "Email",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "overall_score": {
    "label": "Quality score",
    "format": "integer"
  },
  "is_safe_to_send": {
    "label": "Safe to send",
    "format": "boolean"
  },
  "is_deliverable": {
    "label": "Deliverable",
    "format": "boolean"
  },
  "is_valid_syntax": {
    "label": "Valid syntax",
    "format": "boolean"
  },
  "is_disabled": {
    "label": "Disabled",
    "format": "boolean"
  },
  "is_disposable": {
    "label": "Disposable",
    "format": "boolean"
  },
  "is_role_account": {
    "label": "Role account",
    "format": "boolean"
  },
  "is_catch_all": {
    "label": "Catch-all",
    "format": "boolean"
  },
  "has_inbox_full": {
    "label": "Inbox full",
    "format": "boolean"
  },
  "is_spamtrap": {
    "label": "Spam trap",
    "format": "boolean"
  },
  "is_free_email": {
    "label": "Free provider",
    "format": "boolean"
  },
  "can_connect_smtp": {
    "label": "SMTP reachable",
    "format": "boolean"
  },
  "mx_accepts_mail": {
    "label": "MX accepts mail",
    "format": "boolean"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "mx_records": {
    "label": "MX records",
    "format": "array"
  }
}
```

## About this Actor

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