URL EXTRACTOR

Pull every URL out of pasted text. Nothing leaves your browser.

Unique URLs: 4Total matches: 4

How to extract URLs

  1. 1

    Paste text, HTML, or a document dump into the input box.

  2. 2

    Toggle whether to remove duplicate URLs from the results.

  3. 3

    Copy the extracted URLs from the output box, one per line.

Questions

What kind of links does it detect?
Any link starting with http:// or https://, plus bare www. links that don't include a scheme. Trailing punctuation like a period or closing parenthesis picked up from surrounding sentence text is trimmed off automatically.
Will it extract links hidden inside HTML tags?
Yes, since the tool scans raw text for anything shaped like a URL rather than parsing HTML structure. If you paste a chunk of HTML, links inside href attributes and plain link text will both be picked up.
What does removing duplicates do?
With "Remove duplicates" on, each unique URL appears only once in the output, even if it's linked multiple times in your input. Turn it off if you want to see and count every occurrence, including repeats.
Is my text uploaded anywhere?
No. Everything runs locally in your browser with JavaScript — your text is never sent to a server.