# WHOIS Lookup for Gaming Domains

**Use case:** 

Retrieve registration and expiry data for popular gaming platforms like Steam and Discord. Get detailed WHOIS information in one run.

## Input

```json
{
  "domains": [
    "steam.com",
    "epicgames.com",
    "roblox.com",
    "twitch.tv",
    "discord.com",
    "playstationnetwork.com",
    "xbox.com",
    "gog.com",
    "itch.io",
    "g2a.com"
  ],
  "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.