Extract Emails from HTML Source Code
Web pages often have email addresses in mailto links, contact sections, and footer text. Paste the page source here to extract every email address.
How to do this
View page source (Ctrl+U)
Copy the HTML
Paste and run the tool
Get all email addresses
Paste text below and run the tool. Everything runs locally in your browser. No data is stored.
Extract Emails
Scan pasted text and extract every valid email address. Results are deduplicated and listed one per line.
Example
Input
Contact john@example.com or jane@company.org for info.
Output
john@example.com jane@company.org
How Extract Emails Works
Scan pasted text and extract every valid email address. Results are deduplicated and listed one per line.
This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Extract Emails, then continue with a related tool to build a multi-step text workflow.
Related Tools
TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.
Example: Extract Emails from HTML Source Code
Input
<a href="mailto:info@site.com">Contact</a> <p>Email us: support@site.com</p> <footer>press@site.com</footer>
Output
info@site.com support@site.com press@site.com
Related Use Cases
Extract Emails from PDF Documents
Pull all email addresses from text copied from PDF files.
Extract Emails from Text Files
Pull email addresses from .txt files, notes, and plain text documents.
Extract Emails from Spreadsheet Data
Find email addresses scattered across spreadsheet cells and columns.
Extract Emails from Log Files
Find user email addresses in application and server logs.