Whois Domain Lookup avatar
Whois Domain Lookup

Pricing

Pay per event

Go to Apify Store
Whois Domain Lookup

Whois Domain Lookup

Fast WHOIS domain lookup. Get domain registration data including status, nameservers, registrar info, expiration dates, DNSSEC, and contacts. Supports all major TLDs (.com, .org, .io, .uk, etc). $0.001 per result.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Agenscrape

Agenscrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Get comprehensive domain registration information for any domain name. This actor provides fast, reliable access to WHOIS data including domain status, nameservers, registrar details, and important dates.

What You Get

For each domain, the actor returns:

  • Domain Name - The queried domain
  • Status - Current domain status (active, locked, etc.)
  • Nameservers - DNS servers hosting the domain
  • Registrar Information - Registrar name and ID
  • Registration Date - When the domain was first registered
  • Expiration Date - When the domain registration expires
  • Last Updated - Most recent modification date
  • DNSSEC Status - Domain security information
  • Contact Information - Available contact details
  • Handle - Domain registry handle

Input

The actor accepts two input formats:

Single Domain

{
"domain": "example.com"
}

Multiple Domains

{
"domains": ["google.com", "github.com", "wikipedia.org"]
}

You can also combine both fields to lookup multiple domains at once.

Output

Each domain lookup returns a structured JSON object:

{
"domain": "example.com",
"success": true,
"status": ["client delete prohibited", "client transfer prohibited"],
"nameservers": ["a.iana-servers.net", "b.iana-servers.net"],
"registrar": {
"name": "RESERVED-Internet Assigned Numbers Authority",
"id": "376"
},
"registrationDate": "1995-08-14T04:00:00Z",
"expirationDate": "2026-08-13T04:00:00Z",
"lastUpdated": "2025-08-14T07:01:31Z",
"dnssec": {
"enabled": true,
"dsData": [...]
},
"contacts": [],
"handle": "2336799_DOMAIN_COM-VRSN",
"objectClassName": "domain"
}

Use Cases

  • Domain portfolio management
  • Expiration date monitoring
  • Registrar verification
  • Domain status checking
  • Nameserver lookup
  • DNSSEC validation
  • Domain research and analysis
  • Bulk domain information gathering

Coverage

This actor supports all major domain extensions including:

  • Generic TLDs (.com, .net, .org, .info, .biz)
  • Country code TLDs (.uk, .de, .fr, .jp, .au, etc.)
  • New gTLDs (.io, .ai, .co, .app, .dev, etc.)
  • Hundreds of other extensions

Pricing

$0.001 per domain result

Getting Started

  1. Enter one or more domain names
  2. Run the actor
  3. Download your results in JSON, CSV, or Excel format

Perfect for developers, domain investors, SEO professionals, and anyone needing reliable domain registration data.