$devtoolkit.sh/tools/extract-urls

Extract URLs

Extract all URLs and links from a block of text.

$text
0 chars1 lines
$urls found[READY]
0 chars1 lines

Related Tools

FAQ

What URL schemes are supported?
The extractor matches URLs starting with http://, https://, and ftp://. It captures the full URL including path, query parameters, and fragments. Bare domains without a scheme are not matched.
Are duplicate URLs removed?
Yes. Each unique URL appears only once in the output. The count reflects the number of unique URLs found, not the total number of occurrences.
Can it extract URLs from HTML source?
Yes. The extractor scans raw text including HTML source, JavaScript, and CSS by pattern matching. It finds URLs in href attributes, src attributes, and plain text. For href-only extraction, use a dedicated HTML parser.

Extract URLs scans any block of text and pulls out all URLs matching http, https, and ftp schemes. Paste a web page source, email, document, or any text to get a clean deduplicated list of all URLs found, one per line, with a total count.

/tools/extract-urlsv1.0.0