Domain Availability Checker avatar

Domain Availability Checker

Pricing

$3.00 / 1,000 domain checkeds

Go to Apify Store
Domain Availability Checker

Domain Availability Checker

Check domain name availability and registration data (registrar, dates, nameservers) in bulk via RDAP.

Pricing

$3.00 / 1,000 domain checkeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Check whether domain names are available or registered, in bulk, using the public RDAP protocol (the modern successor to WHOIS). No browser, no proxy, no rate-limit headaches — just fast structured lookups.

Input

FieldTypeDescription
domainsarrayList of domain names to check, e.g. ["example.com", "mystartup.io"]
domainstringSingle domain (used if domains is not set)
maxItemsintegerMax domains to check per run

Example:

{
"domains": ["mystartup.com", "mystartup.io", "mystartup.ai"]
}

Output

{
"domain": "example.com",
"available": false,
"registrar": "RESERVED-Internet Assigned Numbers Authority",
"creationDate": "1995-08-14T04:00:00Z",
"expirationDate": "2026-08-13T04:00:00Z",
"updatedDate": "2024-08-14T07:01:38Z",
"nameServers": ["A.IANA-SERVERS.NET", "B.IANA-SERVERS.NET"],
"status": ["client delete prohibited"],
"scrapedAt": "2026-07-19T00:00:00.000Z"
}

Common uses

  • Brand-name / startup-name domain availability sweeps across many TLDs
  • Domain portfolio monitoring (expiration dates, registrar changes)
  • Lead generation: find recently-expired or soon-to-expire domains
  • Trademark and brand-protection checks

Notes

Backed by RDAP (Registration Data Access Protocol), the IANA-standardized, structured-JSON successor to WHOIS — supported by all gTLD registries and most ccTLDs. Unregistered domains return available: true with no registration data.