Extract Domains from URLs

Paste a list of URLs and get back just the unique domains.

Domains found

Frequently asked questions

Are subdomains treated as separate domains?

Yes, blog.example.com and example.com are extracted as distinct entries, since they can point to entirely different sites or services.

What happens if a line isn't a valid URL?

Lines that don't parse as a valid URL are skipped rather than causing an error, so a mixed list of URLs and plain text still works, just without pulling anything from the invalid lines.

Is my list of URLs sent anywhere?

No, this runs entirely in your browser using JavaScript's built-in URL parsing. Nothing is sent to a server.

Related tools