What this tool does
Paste any block of text — a contact list, CSV export, email thread, webpage source, or document — and this tool extracts every email address it finds. The output is a clean list, one address per line, ready to copy or import elsewhere.
Toggle Unique only to remove duplicates. All addresses are lowercased for consistency — [email protected] and [email protected] count as the same.
Common use cases
- Extracting contacts from a scraped webpage or directory listing
- Pulling addresses from a messy CSV or exported spreadsheet
- Auditing which emails appear in a log file or API response
- Building a mailing list from raw document text
- Deduplicating a contact list from multiple sources
What counts as a valid email?
This tool matches the standard [email protected] format. It supports plus addressing ([email protected]), subdomains ([email protected]), and country-code TLDs ([email protected]). It does not validate whether addresses actually exist — only that they match the format.