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

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

22 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.