Extract Domains from URLs
Extract domains from URLs, email addresses and raw text in one pass, returning a de-duplicated list. It can reduce each hostname to its registrable root domain so www, app and api subdomains collapse into a single entry. Everything runs in your browser.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Domain Extractor
- Paste URLs, email addresses, or any text containing hostnames.
- Choose whether subdomains should be collapsed into the registrable domain.
- Copy or download the de-duplicated list.
Example
https://blog.example.com/a ada@mail.example.com
blog.example.com mail.example.com (root mode: example.com)
Common use cases
- Building an allow-list from a set of URLs.
- Auditing which third-party domains a page loads resources from.
- Summarising the domains present in a mailing list.
- Preparing a list of hostnames for DNS checks.
Limitations and things to watch for
- Reducing to the registrable domain uses a heuristic that understands common two-part suffixes such as .co.uk and .com.au. It is not a full Public Suffix List, so an unusual multi-part suffix may be split one label too far.
- Internationalised domain names are returned as written, whether in Unicode or in punycode form.
- IP addresses used in place of hostnames are not returned; use the IP address extractor for those.