Bulk checking
Check hundreds or thousands of domains in a single request. No rate limits that slow you down.
canyougrab.it is an API service for checking domain name availability in bulk. Perfect for domain hunters, SaaS builders, and anyone who needs to validate hundreds or thousands of domains at scale.
Check hundreds or thousands of domains in a single request. No rate limits that slow you down.
Uses RDAP and WHOIS for accurate availability status across all major TLDs.
RESTful endpoints. Send a list of domains, get availability results. That's it.
POST https://api.canyougrab.it/check
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"domains": ["example.com", "startup.io", "myapp.dev"]
}
{
"results": [
{ "domain": "example.com", "available": false },
{ "domain": "startup.io", "available": true },
{ "domain": "myapp.dev", "available": true }
]
}
Get your API key and start checking domain availability in bulk today.
Contact for API access