Email Extractor
Extract all email addresses from any block of text instantly. Paste your content and get a clean list. Free, browser-based, no signup.
📝 Text Tools
Free
Browser-based
What Does the Email Extractor Do?
The Email Extractor scans any block of text — web page source, plain text, CSV exports, forum posts, PDFs copied as text — and pulls out every valid-looking email address using a standard RFC-5321 compliant pattern. Duplicates can be removed automatically and all addresses can be lowercased for consistency.
What Counts as a Valid Email?
| Part | Valid examples | Notes |
|---|---|---|
| Local part | user, first.last, info+tag | Letters, digits, dots, +, -, _ |
| Domain | example.com, sub.domain.org | At least one dot required |
| TLD | .com, .co.uk, .email | 2–63 characters |
Tips
For HTML source pages, paste the raw HTML — the extractor works on the raw text and will find email addresses in href="mailto:..." links and plain text alike. If addresses have been obfuscated as user [at] domain [dot] com they will not match and must be cleaned first.