# DMARC Audit for Crypto Exchange Domains

**Use case:** 

Analyze DMARC settings for major crypto exchanges like Binance and Coinbase. Get detailed pass/fail results and a comprehensive deliverability score.

## Input

```json
{
  "domains": [
    "binance.com",
    "coinbase.com",
    "kraken.com",
    "kucoin.com",
    "okx.com",
    "bybit.com",
    "gate.io",
    "bitfinex.com",
    "gemini.com",
    "bitstamp.net"
  ],
  "maxResults": 1000,
  "sortBy": "input",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "deliverabilityScore": {
    "label": "Deliverability Score",
    "format": "integer"
  },
  "grade": {
    "label": "Grade",
    "format": "string"
  },
  "hasMx": {
    "label": "Has MX",
    "format": "boolean"
  },
  "hasSpf": {
    "label": "Has SPF",
    "format": "boolean"
  },
  "hasDmarc": {
    "label": "Has DMARC",
    "format": "boolean"
  },
  "dmarcPolicy": {
    "label": "DMARC Policy",
    "format": "string"
  },
  "hasDkim": {
    "label": "Has DKIM",
    "format": "boolean"
  },
  "hasBimi": {
    "label": "Has BIMI",
    "format": "boolean"
  },
  "checkedAt": {
    "label": "Checked At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Email Deliverability Checker — MX, SPF, DKIM, DMARC & BIMI](https://apify.com/logiover/bulk-email-deliverability-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bulk-email-deliverability-checker) to learn more, explore other use cases, and run it yourself.