Email Extractor

Extract all email addresses from any block of text or HTML. Free online email extractor with de-duplication — nothing is uploaded.

0
Emails found
Ready.

How to use the Email Extractor

  1. Paste any text, HTML, or document content into the box — emails hidden inside markup are found too.
  2. Toggle Unique only, Sort alphabetically, and Lowercase to shape the results.
  3. Pick a Separator — new line, comma, semicolon, or space — for how the list is formatted.
  4. Copy the extracted list or download it as a .txt file.

Frequently asked questions

What counts as a valid email in this tool?
It uses a regular expression that matches standard email formats — a local part, an @ symbol, and a domain with a valid extension. Extremely unusual formats may not match.
Can it extract emails from HTML source code?
Yes. Since it scans raw text for email patterns, it finds addresses inside HTML tags, mailto: links, and plain text alike.
Does “Unique only” remove case-sensitive duplicates?
By default, uniqueness is checked on the exact text matched. Combine it with the Lowercase option to also treat differently-cased duplicates, like [email protected] and [email protected], as the same address.
Is my pasted text uploaded anywhere?
No. The extraction runs entirely in your browser using JavaScript’s regular expression engine — nothing is sent to a server.