# Domain Expiry Check for EdTech Competitors

**Use case:** 

Retrieve the registration and expiry dates for major EdTech domains. Monitor competitors like Coursera and Udemy effectively.

## Input

```json
{
  "domains": [
    "coursera.org",
    "udemy.com",
    "edx.org",
    "skillshare.com",
    "pluralsight.com",
    "datacamp.com",
    "codecademy.com",
    "brilliant.org",
    "masterclass.com",
    "khanacademy.org"
  ],
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "registrar": {
    "label": "Registrar",
    "format": "text"
  },
  "createdDate": {
    "label": "Created",
    "format": "date"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "date"
  },
  "expiryDate": {
    "label": "Expiry",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "nameservers": {
    "label": "Nameservers",
    "format": "text"
  },
  "registrantOrg": {
    "label": "Registrant Org",
    "format": "text"
  },
  "rdapServer": {
    "label": "RDAP Server",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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