🔗

URL Extractor

Paste any text or HTML and instantly extract all URLs and hyperlinks. Deduplicate, sort and copy the list. Free, runs entirely in your browser.

📝 Text Tools Free Browser-based
Tool

What Does URL Extractor Do?

This tool scans any block of text or HTML for all web addresses — http, https and ftp — and lists them one per line. It's useful for extracting links from scraped pages, email newsletters, markdown files, log entries and any other unstructured text.

Supported URL Patterns

PatternExample
HTTPS linkshttps://example.com/page
HTTP linkshttp://example.com
FTP linksftp://files.example.com
Links in HTML href<a href="https://…">
Links with query stringshttps://…?id=1&ref=foo

Tips

If you're extracting from raw HTML, any URL appearing inside href, src or action attributes will be captured as long as it starts with http/https/ftp. Relative URLs (starting with /) are not extracted because they require a base domain to be meaningful.

Frequently Asked Questions