# SPF and DKIM Analysis for AI Company Domains

**Use case:** 

Validate SPF and DKIM records for key AI company domains. Receive a clear pass/fail report and detailed deliverability scores.

## Input

```json
{
  "domains": [
    "openai.com",
    "anthropic.com",
    "huggingface.co",
    "cohere.ai",
    "mistral.ai",
    "perplexity.ai",
    "deepmind.com",
    "stability.ai",
    "runwayml.com",
    "midjourney.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.