Extract URLs & Emails
Pull URLs and email addresses out of any text. Deduplicates, shows counts, and trims trailing punctuation and closing brackets from URLs. Everything stays in your browser.
How to Use the URL & Email Extractor
Paste body text or an email and URLs and email addresses are split into separate lists. Duplicates are collapsed and each heading shows a count. Trailing punctuation or a closing bracket stuck to a URL is removed automatically, so you can paste as-is.
Examples
- "…
https://benri.devandhttp://example.com/page" → 2 URLs extracted - "
(https://example.com/docs)" → trailing)trimmed tohttps://example.com/docs - "
…page." → sentence period dropped to…page - Same URL repeated → collapsed to one (case-insensitive)
[email protected]/[email protected]→ 2 entries in the email list + count "2"
Common Use Cases
- Extracting every link from copied article text, email threads or meeting notes.
- Collecting email addresses from pasted contact lists before deduping them.
- Cleaning URLs that were copied with trailing periods, parentheses or brackets.
Treat Results as Candidates
The extractor uses patterns to find text that looks like a URL or email address. It does not verify that a site exists or that a mailbox can receive mail. Internationalized domains, URLs broken across lines, complex surrounding punctuation, and intentionally obfuscated addresses may be missed.
Compare the list with the source before using it. Inspect URL components with the URL Encoder / Decoder, or clean and deduplicate line lists with Line Tools.