Show HN: Using Cloudflare 1.1.1.1 DNS over HTTPS API to bulk search domain TLDs(supersaas.dev)
supersaas.dev
Show HN: Using Cloudflare 1.1.1.1 DNS over HTTPS API to bulk search domain TLDs
https://supersaas.dev/tools/domain-check
4 comments
Cool but...it doesn't work, like pizza returns pizza.org and pizza.net as free.
I previously also made a domain name availability checking tool, but it only used DNS queries as first step. For more accurate results, it still needs to rely on WHOIS. https://query.domains
It's not fully accurate, because it returns unavailable even for parked pages, which technically are available, but works for me.
It just checks for A records via this endpoint https://cloudflare-dns.com/dns-query?name=${domain}&type=A
Just make sure to pass this header - "application/dns-json"