WHOIS Domain Lookup avatar

WHOIS Domain Lookup

Pricing

$4.00 / 1,000 domain looked ups

Go to Apify Store
WHOIS Domain Lookup

WHOIS Domain Lookup

Full WHOIS/RDAP record lookup for domains: registrar, registrant, dates, nameservers, status, abuse contact.

Pricing

$4.00 / 1,000 domain looked ups

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

Categories

Share

Get the full WHOIS/RDAP record for any domain: registrar, registrant organization (where not privacy-redacted), registration and expiration dates, nameservers, domain status codes, and abuse contact — plus a human-readable whoisText summary.

Input

FieldTypeDescription
domainsarrayDomains to look up, e.g. ["example.com", "apify.com"]
domainstringSingle domain (used if domains is not set)
maxItemsintegerMax domains to look up per run

Example:

{
"domains": ["example.com", "apify.com"]
}

Output

{
"domain": "apify.com",
"registered": true,
"registrar": "Amazon Registrar, Inc.",
"registrantOrg": null,
"creationDate": "2009-06-02T17:14:10Z",
"expirationDate": "2035-06-02T17:14:10Z",
"updatedDate": "2026-05-16T16:53:04Z",
"nameServers": ["NS-1225.AWSDNS-25.ORG"],
"status": ["client transfer prohibited"],
"abuseContact": "abuse@registrar.amazon.com",
"whoisText": "Domain Name: APIFY.COM\nRegistrar: Amazon Registrar, Inc.\n...",
"scrapedAt": "2026-07-19T00:00:00.000Z"
}

Common uses

  • Due diligence and fraud/brand-protection investigations
  • Domain portfolio and expiration monitoring
  • Registrar and infrastructure research
  • Compliance and abuse-contact discovery

Notes

Backed by RDAP, the structured-JSON successor to WHOIS supported by all gTLD and most ccTLD registries. Registrant personal details are frequently redacted for GDPR/privacy compliance by the registry itself — this is a data-source limitation, not a scraper limitation.