# SSL, DNS & Email Health Check for Any Domain

**Use case:** 

One-click domain health report: SSL expiry, DNS, SPF/DKIM/DMARC, blacklist & score. For DevOps & agencies

## Input

```json
{
  "domain": "stripe.com",
  "domains": [
    "example.com",
    "stripe.com"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "healthScore": {
    "label": "Score"
  },
  "grade": {
    "label": "Grade"
  },
  "sslDaysToExpiry": {
    "label": "SSL days left"
  },
  "spf": {
    "label": "SPF"
  },
  "dmarc": {
    "label": "DMARC"
  },
  "dkim": {
    "label": "DKIM"
  },
  "securityHeadersGrade": {
    "label": "Headers"
  },
  "techStack": {
    "label": "Tech"
  },
  "registrar": {
    "label": "Registrar"
  },
  "issuesCount": {
    "label": "# Issues"
  },
  "issues": {
    "label": "Issues"
  }
}
```

## About this Actor

This example demonstrates how to use [Website & Domain Health Audit — SSL, DNS, Email, Security Score](https://apify.com/inexhaustible_glass/domain-health-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/domain-health-audit) to learn more, explore other use cases, and run it yourself.