Email & URL Extractor
Paste any text — logs, documents, scraped pages — and instantly extract all the email addresses or all the URLs it contains. Results can be de-duplicated and sorted, and trailing punctuation is trimmed from URLs. Everything runs locally in your browser — nothing is uploaded.
Found: 2
How to use
- Paste the text you want to scan into the input box.
- Choose whether to extract emails or URLs.
- Toggle unique and sort, then copy the list.
Frequently asked questions
- What counts as a URL?
- Strings starting with http://, https:// or www. are matched, and trailing punctuation like a period or closing bracket is trimmed so the link stays clean.
- Does it find every email format?
- It matches the common user@domain.tld form, including dots, plus-tags and subdomains. Very unusual quoted or internationalized addresses may not match.
- Can I remove duplicates?
- Yes. Keep the unique option on to collapse repeats, and turn on sort to order the results alphabetically.
- Is my text sent anywhere?
- No. Scanning happens entirely in your browser; nothing is uploaded.
Related tools
Markdown Link Extractor
Pull every link and image out of a Markdown document — inline, reference-style, autolinks — into a CSV/JSON/MD list with text, URL, and title.
mailto: Link Builder
Build a mailto: URL with To, Cc, Bcc, subject, and body — RFC 6068 percent-encoded, ready to drop into an <a> tag.
URL Slug Generator
Turn any text into a clean URL slug — strip accents, choose a separator, set a max length.
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text, instantly.
Email & PII Masker
Mask emails, phone numbers, credit cards, and IP addresses in any text — for screenshots, blog posts, logs.
Find & Replace
Find and replace across a block of text. Optional regex with global, case-insensitive, multiline, and dotAll flags. Live match count.