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
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
| Pattern | Example |
|---|---|
| HTTPS links | https://example.com/page |
| HTTP links | http://example.com |
| FTP links | ftp://files.example.com |
| Links in HTML href | <a href="https://…"> |
| Links with query strings | https://…?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.