Domain Availability Checker
Pricing
$3.00 / 1,000 domain checkeds
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
Maintained by CommunityActor 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
| Field | Type | Description |
|---|---|---|
domains | array | List of domain names to check, e.g. ["example.com", "mystartup.io"] |
domain | string | Single domain (used if domains is not set) |
maxItems | integer | Max 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.