Email Address Extractor

Pull every email address out of pasted text or HTML — deduplicated, sorted, one per line, ready to copy or download as a list.

775 views

Find Every Email in a Block of Text

Paste any text, HTML source or document dump, and every valid-looking email address is pulled out automatically — duplicates removed, sorted alphabetically, one per line. Works on messy input: mixed with other text, inside HTML tags, across multiple paragraphs.

Useful for pulling contact addresses from a scraped page, cleaning up a pasted mailing list, or checking how many unique addresses are buried in a long email thread export.

Frequently Asked Questions

Does it validate that the email actually exists?

No — it matches text that looks like a valid email address by format, not whether the mailbox is real or active. Use it for extraction, not verification.

Are duplicates removed automatically?

Yes — the same address appearing multiple times in the source is listed once, case-insensitively.

Is my text uploaded?

No — extraction runs locally with a regular expression, entirely in your browser.

Similar Tools