# WHOIS Data for Leading Legal Services Domains

**Use case:** 

Retrieve registration and expiry details for top legal service domains. Access data on registrars, status, and nameservers.

## Input

```json
{
  "domains": [
    "legalzoom.com",
    "avvo.com",
    "findlaw.com",
    "martindale.com",
    "nolo.com",
    "justia.com",
    "hg.org",
    "lawyers.com",
    "lawinfo.com",
    "abogados.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.