๐Ÿ•ธ๏ธ Domain Extractor

Extract domain names from text or a list of URLs and remove duplicates.

0 found

How to use

  1. Paste text or a list of URLs containing domains.
  2. Click "Extract".
  3. A deduplicated list of domains is shown.

๐ŸŽฏ Use Cases

Example

Input
https://www.developk.kr/path?query=1
See also: pdf.developk.kr and http://Blog.Example.COM/post
image-tools.developk.kr
Visit www.developk.kr again
Output
blog.example.com
image-tools.developk.kr
pdf.developk.kr
www.developk.kr

From a mix of URLs and prose, only the hostnames are pulled out. Protocols such as http:// are stripped, letters are lowercased (Blog.Example.COM โ†’ blog.example.com), the duplicate www.developk.kr is kept just once, and the results are sorted alphabetically.

FAQ

Does it work without a protocol (http://)?
Yes. Domains written without a protocol, like www.example.com, are also recognized.
Are subdomains extracted separately?
Yes. The full hostname including subdomains, like pdf.developk.kr, is extracted as-is.
Is the text I enter sent to a server?
No. Everything is processed inside your browser.

More Network Tools

๐Ÿ“ก
My IP Address
Check your current IP and location
๐Ÿ“
CIDR Calculator
Calculate network range & usable IPs
๐Ÿ”ค
Punycode Converter
Convert IDN domains โ†” Punycode (xn--)
๐Ÿ”€
IPv4 to IPv6
Convert IPv4 to IPv4-mapped IPv6
๐Ÿšช
Batch URL Opener
Open multiple URLs in new tabs at once
๐Ÿ›ฐ๏ธ
DNS Lookup
Look up A, MX, TXT & other DNS records
๐Ÿ”
Domain to IP
Resolve a domain to IPv4/IPv6
๐Ÿ“ฎ
Email Verifier
Check format & mail server (MX) existence
๐Ÿ“‹
HTTP Headers
Inspect server response headers
๐Ÿ›ก๏ธ
Security Headers Checker
Audit key security headers
๐Ÿ“‡
Whois Lookup
Look up domain/IP registration (RDAP)
๐Ÿ“
IP Geolocation
Look up region info for an IP/domain
๐Ÿ–ผ๏ธ
OGP Checker
Preview social share cards
๐Ÿ“‘
Heading Extractor
Check TITLE & h1โ€“h6 structure
๐Ÿท๏ธ
Title & Meta Extractor
Extract TITLE, DESCRIPTION & ROBOTS