# Brand domain expiry monitor

**Use case:** 

Monitor brand-related domains for WHOIS expiry dates, registrar changes, domain age, status, name servers, and lookup errors.

## Input

```json
{
  "domains": [
    "examplebrand.com",
    "examplebrand.net",
    "example-brand.com",
    "getexamplebrand.com",
    "examplebrand.io"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "registrar": {
    "label": "Registrar"
  },
  "createdDate": {
    "label": "Created"
  },
  "expiryDate": {
    "label": "Expires"
  },
  "daysUntilExpiry": {
    "label": "Days to Expiry"
  },
  "domainAgeDays": {
    "label": "Age (days)"
  },
  "nameServers": {
    "label": "Name Servers"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [WHOIS Lookup](https://apify.com/automation-lab/whois-lookup) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/whois-lookup) to learn more, explore other use cases, and run it yourself.