# Check SPF DKIM DMARC Records for Any Domain

**Use case:** 

Audit any domain's SPF, DKIM, and DMARC records instantly. Built for cold email teams and deliverability ops. Returns pass/fail verdicts plus blacklist status.

## Input

```json
{
  "domain": "example.com",
  "batchSize": 5,
  "skipCache": false,
  "attempt_catch_all": false
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "deliverability_score": {
    "label": "Deliverability Score",
    "format": "integer"
  },
  "risk_level": {
    "label": "Risk Level",
    "format": "string"
  },
  "spf_valid": {
    "label": "SPF Valid",
    "format": "boolean"
  },
  "dkim_present": {
    "label": "DKIM Present",
    "format": "boolean"
  },
  "dmarc_policy": {
    "label": "DMARC Policy",
    "format": "string"
  },
  "blacklist_status": {
    "label": "Blacklist Status",
    "format": "string"
  },
  "mail_provider": {
    "label": "Mail Provider",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Domain Deliverability Checker SPF DKIM DMARC Blacklist Clay](https://apify.com/mambalabs/domain-deliverability-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mambalabs/domain-deliverability-checker) to learn more, explore other use cases, and run it yourself.