What this tool does
Paste any block of text — an email thread, HTML source, log file, document, or scraped webpage — and this tool extracts every URL it finds. The output is a clean list of links, one per line, ready to copy or process further.
Toggle Unique only to remove duplicates. Useful when the same URL is referenced multiple times in a document and you only need it once.
Common use cases
- Extracting all links from a scraped webpage or HTML dump
- Auditing which URLs appear in a document or email thread
- Pulling resource links from log files or API responses
- Building a link list from raw Markdown or plain text
- Deduplicating a list of URLs from multiple sources
URL formats detected
This tool detects URLs beginning with http://, https://, and ftp://, including full paths, query strings (?key=value), and fragments (#anchor). Bare domains without a protocol (e.g., example.com) are not matched.