en

Extract URLs

Pull every web address out of your text - locally, de-duplicated, one per line. Nothing is uploaded.

Running locally on your device ...

0%

Your files never left your device

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Servers in GermanyGDPR by design
    Independently auditedTLS A+ · HTTP headers A+

    This tool scans your pasted text and collects every web address (http:// or https://) it contains. Whether in a copied article, a list of links, a chat log or a messy source-code snippet, the links are detected and neatly listed below one another, one address per line.

    Links that appear more than once are removed automatically; each shows up only once, in the order it first appears. Punctuation right after an address (period, comma, bracket) is trimmed so the link stays clean. The result is a plain text list you can process further straight away.

    All processing happens entirely locally in your browser - no upload, even offline. Your text and the addresses it finds never leave your device. If the tool finds no address at all, it tells you honestly instead of handing back an empty file.

    Specifications

    Specifications
    Input formatsText input
    Output formatTXT
    Batch processingNo
    ProcessingLocally in your browser (JavaScript)
    File uploadNone

    In 3 steps

    1. Paste text containing links.
    2. Every http(s) address is detected and de-duplicated.
    3. Download the text list - one URL per line.

    Limitations: Detects http(s) addresses by pattern and lists them de-duplicated (exact match), one per line; trailing punctuation is trimmed. Scheme-less addresses (bare "www." without http) are intentionally not matched. With no match it says so honestly.

    FAQ

    Is my text uploaded?

    No. The extraction runs entirely locally in your browser - even offline. Your text never leaves your device.

    Are duplicate links removed?

    Yes. Each address appears only once, in the order it first occurs (exact match).

    Are www addresses without http detected?

    No. Addresses with a scheme (http:// or https://) are matched. Scheme-less spellings are intentionally skipped to avoid false hits.

    What format is the result?

    A simple text file with one URL per line, ideal for further processing.

    Related tools