Extract Emails from Text
Paste any text and get back every unique email address found in it.
Emails found
Häufig gestellte Fragen
Does it remove duplicate email addresses?
Yes, if the same address appears multiple times in the text, it's only listed once in the results.
Will it catch obfuscated emails, like "name (at) example dot com"?
No, it matches standard email formatting (name@domain.com) using a pattern match. Addresses deliberately obfuscated to dodge scrapers won't be recognized.
Is the text I paste sent anywhere?
No, this runs entirely in your browser using a regular expression to scan the text. Nothing is sent to a server.