# Domain Due Diligence Monitor

**Use case:** 

Monitor domain creation and expiration dates to qualify acquisition leads, expired-domain prospects, and backlink opportunities.

## Input

```json
{
  "domains": [
    "example.com",
    "iana.org",
    "ietf.org",
    "icann.org",
    "archive.org"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "ageDays": {
    "label": "Age (days)"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "expirationDate": {
    "label": "Expires"
  },
  "registrar": {
    "label": "Registrar"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Domain Age Checker](https://apify.com/automation-lab/domain-age-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/domain-age-checker) to learn more, explore other use cases, and run it yourself.