FAQ 1: Is this email extractor free?
Answer: Yes, it is completely free with no sign-up, and there are no limits on how much text you can scan or how often you can use it.
FAQ 2: Is my text or my extracted emails stored anywhere?
Answer: No. The extraction runs entirely in your browser - nothing you paste, upload or extract is sent to or saved on any server. Once you close or refresh the page, everything is gone.
FAQ 3: Can this tool crawl a website by URL?
Answer: No, it works on text you provide rather than live web pages, because browsers block cross-site reading of other websites. To use it on a web page, open the page, view its source (Ctrl+U in most browsers), copy the markup and paste it into the tool.
FAQ 4: Why do some extracted addresses look different from the input?
Answer: Two options rewrite addresses on purpose: Lowercase output converts everything to lowercase, and Gmail cleanup collapses Gmail aliases such as name+tag@gmail.com into their canonical form. Uncheck either option to keep addresses exactly as they appear.
FAQ 5: Why was hello@world not extracted?
Answer: A valid address needs a domain ending in a proper top-level domain such as .com or .co.uk. Text like hello@world has no real domain, so it is rejected along with malformed entries containing consecutive dots.
FAQ 6: Can I extract emails from HTML source code?
Answer: Yes. Paste the full page source into the input and the extractor picks up addresses whether they appear as visible text, inside attributes like href="mailto:name@domain.com", or wrapped in any tags.