RDAP Whois — Domain & IP Lookup avatar

RDAP Whois — Domain & IP Lookup

Pricing

from $0.80 / 1,000 domain/ip lookups

Go to Apify Store
RDAP Whois — Domain & IP Lookup

RDAP Whois — Domain & IP Lookup

Modern Whois via official RDAP. Bulk lookup of domains and IPs: registration/expiration dates, registrar, status, nameservers, DNSSEC, IP network range, org and country. No key, no proxy.

Pricing

from $0.80 / 1,000 domain/ip lookups

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Modern Whois using the official RDAP protocol (the IETF replacement for legacy port-43 Whois). Give it a list of domains and/or IP addresses and get clean, structured JSON — no key, no proxy, no captchas.

What you get

For domains:

  • Registration, expiration and last-changed dates
  • Registrar (name + IANA ID)
  • Domain status (EPP codes: clientTransferProhibited, etc.)
  • Nameservers
  • DNSSEC (signed or not)
  • Registrant (when the registry publishes it)

For IPs (IPv4/IPv6):

  • Network range (start/end address, CIDR)
  • Network name, type and handle
  • Organization and country
  • Registration / last-changed dates

Input

{
"queries": ["google.com", "github.com", "8.8.8.8", "1.1.1.1"]
}

Domains and IPs can be mixed in the same run — the actor auto-detects each.

Output (example)

{
"type": "domain",
"domain": "google.com",
"registration": "1997-09-15T04:00:00Z",
"expiration": "2028-09-14T04:00:00Z",
"registrar": "MarkMonitor Inc.",
"status": ["clientTransferProhibited"],
"nameservers": ["ns1.google.com", "ns2.google.com"],
"dnssec": false
}

Use cases

  • Domain portfolio & expiry monitoring
  • Brand protection / typosquat research
  • Threat intelligence & IP attribution
  • Lead enrichment (registrar / org data)

Notes

  • Data comes from authoritative registry/RIR RDAP servers via rdap.org.
  • A few TLDs still lack RDAP; those return an error row instead of failing the run.
  • You are billed per lookup (per domain/IP in queries).