# Expired Domain Age Checker for SEO

**Use case:** 

Vet aged and expired domains before buying by confirming true registration dates in bulk.

## Input

```json
{
  "domains": [
    "onescales.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "domainName": {
    "label": "Domain Name",
    "format": "text"
  },
  "age": {
    "label": "Age",
    "format": "text"
  },
  "registrationDate": {
    "label": "Registration Date",
    "format": "text"
  },
  "lastUpdateDate": {
    "label": "Last Update Date",
    "format": "text"
  },
  "expirationDate": {
    "label": "Expiration Date",
    "format": "text"
  },
  "expiringIn": {
    "label": "Expiring In",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

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