# WHOIS Data for Major Social Media Domains

**Use case:** 

Access registration and expiry details for top social media domains. Get insights on registrars, status, and nameservers for effective monitoring.

## Input

```json
{
  "domains": [
    "facebook.com",
    "twitter.com",
    "instagram.com",
    "linkedin.com",
    "tiktok.com",
    "snapchat.com",
    "pinterest.com",
    "reddit.com",
    "tumblr.com",
    "discord.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.