Extract URLs from Text

Extract URLs finds every http and https link inside a block of text or HTML and returns them as a clean list you can dedupe, sort, and separate however you like. It processes everything in your browser — nothing leaves your device.

Copied!

How to use

  1. Paste text or HTML that contains links.
  2. Choose dedupe, sort, and separator options.
  3. Copy the list of URLs.

About this tool

Pull every web link out of a block of text at once. Paste an article, an email, or raw HTML and get back a clean list of the http and https URLs inside it. Free online text tools. Everything runs in your browser — your text never leaves your device.

FAQ

Which links are detected?

Absolute URLs starting with http:// or https://. A trailing sentence period or comma is trimmed so the link stays clean.

Does it find links without http://?

No — only absolute URLs with a scheme are matched, to avoid false positives on ordinary words with dots.

Can I get them comma-separated?

Yes — choose “Comma + space” to produce an inline, comma-separated list.