# RDAP Domain Lookup for shopify.com and salesforce.com

**Use case:** 

Look up RDAP domain registration data for shopify.com and salesforce.com including registrar, status, name servers, and key dates.

## Input

```json
{
  "domains": [
    "shopify.com",
    "salesforce.com"
  ],
  "maxItems": 80
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "registrar": {
    "label": "Registrar"
  },
  "status": {
    "label": "Status"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "expirationDate": {
    "label": "Expires"
  },
  "lastChangedDate": {
    "label": "Last Changed"
  },
  "nameservers": {
    "label": "Nameservers"
  },
  "registrantOrg": {
    "label": "Registrant Org"
  },
  "registrantEmail": {
    "label": "Registrant Email"
  },
  "dnssec": {
    "label": "DNSSEC"
  }
}
```

## About this Actor

This example demonstrates how to use [RDAP Domain WHOIS Scraper](https://apify.com/scrapers_lat/rdap-domain-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/rdap-domain-scraper) to learn more, explore other use cases, and run it yourself.