Best Whois Scraper avatar

Best Whois Scraper

Pricing

from $1.90 / 1,000 results

Go to Apify Store
Best Whois Scraper

Best Whois Scraper

A powerful Apify Actor designed to extract comprehensive WHOIS data for any domain. This scraper can collect registrar details, registrant and admin contacts, registration and expiry dates, and name servers, making it perfect for domain research and due diligence.

Pricing

from $1.90 / 1,000 results

Rating

0.0

(0)

Developer

Scoutlayer

Scoutlayer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Get WHOIS/RDAP data for any domain — registrar, registrant/admin/tech contacts, creation/expiry/updated dates, and name servers. This actor is powered live by the ScoutLayer API, so there's nothing to configure and no ScoutLayer account needed — just run it.

Input

FieldTypeRequiredDescription
domainsarrayYesOne or more domains to look up, e.g. ["shopify.com"]
{
"domains": ["shopify.com", "klaviyo.com"]
}

Output

Results are stored in the dataset under the key results, one item per domain:

{
"domain": "shopify.com",
"available": false,
"registrar": {
"name": "CSC Corporate Domains, Inc.",
"ianaId": "299",
"abuseEmail": "domainabuse@cscglobal.com",
"abusePhone": "+1.8887802723"
},
"registeredOn": "2004-04-23T00:00:00Z",
"expiresOn": "2027-04-23T00:00:00Z",
"updatedOn": "2024-02-13T00:00:00Z",
"status": ["clientTransferProhibited"],
"nameServers": ["ns1.example.com", "ns2.example.com"],
"dnssec": false,
"contacts": [],
"sourceType": "authoritative",
"scrapedAt": "2026-08-11T00:00:00Z"
}

registrar/contacts fields are null/redacted when the registry withholds them (e.g. GDPR privacy), not an error — sourceType tells you whether the answer came straight from the registry's own RDAP record (authoritative) or a secondary source (fallback).


Need this data outside of Apify, or coverage beyond WHOIS? ScoutLayer offers a direct REST/MCP API across many platforms — see the docs for details.