# Competitor Domain Age Extractor

**Use case:** 

Extract domain registration age and registrar data for competitor websites to support SEO audits and market intelligence.

## Input

```json
{
  "domains": [
    "shopify.com",
    "bigcommerce.com",
    "wix.com",
    "squarespace.com"
  ]
}
```

## 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.