VOOZH about

URL: https://apify.com/dev00/whois-rdap-lookup-domain-ownership-checker-api

โ‡ฑ Whois RDAP Lookup & Domain Ownership Checker API ยท Apify


๐Ÿ‘ Whois RDAP Lookup & Domain Ownership Checker API avatar

Whois RDAP Lookup & Domain Ownership Checker API

Pricing

$1.00 / 1,000 whois rdap apis

Go to Apify Store

Whois RDAP Lookup & Domain Ownership Checker API

Query domain registration details (WHOIS) via standard RDAP with automatic fallback and clean JSON responses.

Pricing

$1.00 / 1,000 whois rdap apis

Rating

0.0

(0)

Developer

๐Ÿ‘ dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

๐Ÿ”— Whois RDAP API Actor

Query domain registration details (WHOIS) via standard RDAP with automatic fallback redundancy and clean parsed JSON responses.

This Actor integrates with a high-performance Cloudflare Worker edge reverse-proxy to fetch real-time WHOIS registration data using standard RDAP directory gateways (Verisign and GoDaddy).


๐ŸŒŸ Key Features

  • Redundant Fallover Routing: Automatically falls back between Verisign and GoDaddy RDAP servers, ensuring maximum uptime and domain compatibility.
  • Standardized ISO Timestamps: Resolves created, expired, and updated timestamps in standard ISO 8601 date-time formats.
  • EPP Status Parsing: Extracts official domain registry status lists (e.g. clientTransferProhibited).
  • Registrar Information: Identifies the official registrar name and IANA ID.
  • Nameserver Lists: Captures all nameservers configured for the domain.
  • Deep Auditing: Saves the full raw RDAP payload to the default Key-Value Store under the OUTPUT key.

๐Ÿ“ฅ Input Parameters

FieldTypeDescriptionPrefill Example
Target DomainstringThe target domain name to query.wix.com

Input JSON Example

{
"domain":"wix.com"
}

๐Ÿ“ค Output Data Structure

The dataset outputs a cleaned, structured view of the WHOIS RDAP records:

Output JSON Example

{
"success":true,
"domain":"wix.com",
"registrar":"GoDaddy.com, LLC",
"registrar_id":"146",
"status":[
"client delete prohibited",
"client renew prohibited",
"client transfer prohibited",
"client update prohibited"
],
"created_date":"1995-05-12T04:00:00Z",
"expiration_date":"2029-05-13T04:00:00Z",
"updated_date":"2026-06-02T12:17:43Z",
"nameservers":[
"dns1.p03.nsone.net",
"dns2.p03.nsone.net",
"dns3.p03.nsone.net",
"dns4.p03.nsone.net"
]
}

๐Ÿ’ณ Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $0.20 per 1,000 successful lookups ($0.0002 per event).
  • Pay as You Go: If validation fails due to network/gateway issues, no billing charges occur.

You might also like

Domain WHOIS via RDAP: Clean Structured Records

thoob/rdap-domain-lookup

Looks up domain registration data through official IANA RDAP servers (the structured-JSON successor to WHOIS): registrar, key dates, status codes, nameservers, DNSSEC, and abuse contact. Clean fields, no mangled WHOIS text. Billed only per resolved domain.

Pono Data

2

Domain Availability Checker

ozito/domain-availability-checker

Fast, reliable domain availability checker using RDAP with automatic WHOIS fallback. Check one domain across up to 10 TLDs in a single request. Supports .com, .net, .org, .io, .ai, .dev, .app + custom RDAP endpoints. Structured JSON output with status, source & response time.

RDAP Domain Lookup Scraper (WHOIS Replacement)

parseforge/rdap-domain-lookup-scraper

Modern WHOIS via the RDAP protocol. Bulk lookup of domains across any TLD โ€” uses IANA's RDAP bootstrap to route each domain to the correct registry server. Returns registrar, registration / expiration / last-changed dates, nameservers, registrant entities, DNSSEC, and status flags.

RDAP Domain Expiry & Whois Scraper

taroyamada/rdap-domain-monitor

Track domain expirations and ownership changes via RDAP to catch dropped URLs, monitor competitor assets, and protect your organic search equity.

DNS & WHOIS Suite โ€” Bulk Records + RDAP Lookup

accurate_pouch/dns-whois-suite

Full DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA) + RDAP WHOIS (registration, expiry, registrar, nameservers, domain age). Domain availability check. 10 domains free.

๐Ÿ‘ User avatar

Manchitt Sanan

3

WHOIS Domain Lookup: Operational Domain Intelligence

ryanclinton/whois-domain-lookup

Look up WHOIS and RDAP registration data for any domain in bulk. Get registrar details, creation and expiry dates, nameservers, domain age, registrant info, DNSSEC status, and EPP status codes -- all without needing any API key.

24

Domain Age Checker โ€” Bulk RDAP + WHOIS Lookup

prodiger/domain-age-checker

Bulk-check domain age, registration date, expiry, registrar, nameservers, DNSSEC, and EPP status codes via IANA-bootstrapped RDAP with port-43 WHOIS fallback for ccTLDs (.de, .ru, .jp, .kr, .cn, .it, .br, .es, .pl, .nl).