Link to Us

Found BetterWhois useful? Linking to us is much appreciated. Copy any of the snippets below onto your own site.

Text Link

A simple link back to BetterWhois. Feel free to edit the wording to suit your page.

Preview: BetterWhois.com — look up a domain name across all registrars and view detailed domain registration reports.

<a href="https://www.betterwhois.com/">BetterWhois.com</a> —
look up a domain name across all registrars and view detailed
domain registration reports.

WHOIS Search Box

Let your visitors run a WHOIS lookup directly from your website. This snippet sends them to the BetterWhois results page for whatever domain they enter — no API key or setup required.

<form onsubmit="location.href='https://www.betterwhois.com/whois/'+encodeURIComponent(this.domain.value.trim().toLowerCase());return false;">
  <label>
    Search for a domain name:
    <input type="text" name="domain" placeholder="example.com" size="24">
  </label>
  <button type="submit">WHOIS Lookup</button>
</form>

The form navigates to betterwhois.com/whois/{domain} when submitted. Style it however you like to match your site.

Try It Yourself

See the results your visitors will get when they search from your site.

Search Domains Now