Extract Emails
Pull every email address out of a block of text.
Extract Email Addresses
Scan any text and pull out every email address it contains. Duplicates are removed automatically and each unique address is placed on its own line, ready to copy or download.
What it finds
- Standard user@domain.tld addresses
- Addresses with subdomains and country codes
- Removes duplicate addresses
- Outputs one address per line
Handy for
Building mailing lists from documents, scraping contacts out of pasted pages, or auditing a file to see which addresses it exposes.
How matching works
The tool uses a pattern that matches the common shape of an email address: a local part, an @ sign, and a domain with a valid top-level domain. It is intentionally practical rather than exhaustive, catching the addresses you actually encounter.
100% Private & Processed Locally
Every conversion on this page runs entirely inside your browser using JavaScript. Your data is never uploaded to a server, logged, or stored โ making this tool safe even for sensitive payloads such as API responses, configuration files, and access tokens.
Because there is no network round-trip, conversions are instant and work even when you are offline. It is free to use with no sign-up, no rate limits, and no ads injected into your output.
Frequently Asked Questions
Common questions about the Extract Emails.