# Startup domain availability checker

**Use case:** 

Check startup domain ideas for availability and registration status with WHOIS registrar, created date, expiry date, and lookup errors.

## Input

```json
{
  "domains": [
    "examplebrandlaunch.com",
    "getexamplebrand.io",
    "examplebrand.ai"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "available": {
    "label": "Available"
  },
  "registered": {
    "label": "Registered"
  },
  "registrar": {
    "label": "Registrar"
  },
  "createdDate": {
    "label": "Created"
  },
  "expiryDate": {
    "label": "Expires"
  },
  "checkTimeMs": {
    "label": "Time (ms)"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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