Domain Inspector — WHOIS/RDAP, DNS & SSL avatar

Domain Inspector — WHOIS/RDAP, DNS & SSL

Pricing

Pay per event

Go to Apify Store
Domain Inspector — WHOIS/RDAP, DNS & SSL

Domain Inspector — WHOIS/RDAP, DNS & SSL

Inspect any list of domains: registrar, registration/expiry dates and status via RDAP; DNS records (A, AAAA, MX, NS, TXT, CNAME); and SSL certificate issuer and expiry. Bulk-ready, no login, no API key. Great for domain portfolios, security audits and lead research.

Pricing

Pay per event

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Everything about a domain in one row. Give the Actor a list of domains and it returns each one's registrar, registration & expiry dates, status and nameservers (via RDAP), full DNS records, and SSL certificate details — over public sources, no login and no API key.

Perfect for domain portfolio monitoring, expiry/SSL alerting, security audits, due-diligence and lead enrichment.

What you get per domain

FieldNotes
registrarRegistrar name (RDAP).
createdDate, updatedDate, expiryDateRegistration lifecycle dates.
statusesEPP status codes (e.g. clientTransferProhibited).
nameserversAuthoritative nameservers from the registry.
dns{ a, aaaa, mx, ns, txt, cname } resolved live.
ssl{ issuer, subject, validFrom, validTo, daysToExpiry, authorized }.
registrableDomainThe eTLD+1 used for the registry lookup.

Input

{
"domains": ["google.com", "example.co.uk", "apify.com"],
"includeRdap": true,
"includeDns": true,
"includeSsl": true
}
  • domains — domains (or URLs — the host is used), one per line.
  • includeRdap / includeDns / includeSsl — toggle each data source (all on by default).
  • maxConcurrency — domains inspected in parallel.
  • proxyConfiguration — optional; only if RDAP rate-limits your IP.

Output (one row per domain)

{
"input": "google.com",
"domain": "google.com",
"registrar": "MarkMonitor Inc.",
"createdDate": "1997-09-15T04:00:00Z",
"expiryDate": "2028-09-14T04:00:00Z",
"statuses": ["clientTransferProhibited"],
"nameservers": ["ns1.google.com", "ns2.google.com"],
"dns": { "a": ["142.250.72.14"], "mx": ["smtp.google.com"], "ns": ["ns1.google.com"], "txt": ["v=spf1 ..."] },
"ssl": { "issuer": "Google Trust Services", "validTo": "2026-09-01T00:00:00.000Z", "daysToExpiry": 52, "authorized": true },
"error": null
}

Notes

Registration data comes from RDAP (the modern WHOIS); a few TLDs expose limited fields. Each domain is hard-capped in time so one slow lookup can't stall a bulk run. Only publicly available registration/DNS/certificate data is collected.