# WHOIS Data for Major Travel Booking Sites

**Use case:** 

Conduct a WHOIS audit for top travel platforms. Get domain registration details and expiry dates for key booking sites.

## Input

```json
{
  "domains": [
    "booking.com",
    "expedia.com",
    "tripadvisor.com",
    "airbnb.com",
    "kayak.com",
    "skyscanner.com",
    "trivago.com",
    "agoda.com",
    "priceline.com",
    "hotels.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.