# Cheapest Whois Bulk Lookup Tool | $0.3/100 results

**Use case:** 

The cheapest Bulk WHOIS lookups via whois.com. Accepts URLs, bare domains, or whois.com lookup links, and returns registration dates, registrar, name servers, s

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "domains": [
    "google.com",
    "github.com",
    "wikipedia.org"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "Domain": {
    "label": "Domain",
    "format": "text"
  },
  "Updated": {
    "label": "Updated",
    "format": "text"
  },
  "domainInformation": {
    "label": "Domain Information",
    "format": "array"
  },
  "registrarInformation": {
    "label": "Registrar Information",
    "format": "array"
  },
  "registrantContact": {
    "label": "Registrant Contact",
    "format": "array"
  },
  "technicalContact": {
    "label": "Technical Contact",
    "format": "array"
  },
  "similarDomains": {
    "label": "Similar Domains",
    "format": "array"
  }
}
```

## About this Actor

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