# DMARC and SPF Audit for Fintech Domains

**Use case:** 

Evaluate DMARC and SPF configurations for top fintech companies. Receive detailed deliverability scores for each domain, highlighting potential issues.

## Input

```json
{
  "domains": [
    "paypal.com",
    "stripe.com",
    "square.com",
    "adyen.com",
    "klarna.com",
    "revolut.com",
    "wise.com",
    "monzo.com",
    "starling.com",
    "n26.com"
  ],
  "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.