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. The one exception is the optional "Load HTML/Text from URL" box: the URL you enter is sent to our server-side proxy so it can fetch that page's source (browsers cannot read other sites directly), after which the actual scanning still happens locally on your device.
FAQ 3: Can this tool read a website by URL?
Answer: Yes. Type a web page address in the "Load HTML/Text from URL" box and click "Load URL" to fetch that page's markup straight into the input. The page is retrieved through our server-side proxy (browsers block cross-site reading directly), the source is loaded into the Text to Scan box, and you can then extract immediately. You can also open a page, view its source (Ctrl+U in most browsers), copy the markup and paste it in manually.
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.