Enterprise web email extraction tool. Scrapes emails from websites using 14 contact page paths, sitemap.xml parsing, mailto links, body text regex, and CSS selectors. TURBO: concurrent page fetching (8 per domain), persistent thread pool, 50-domain concurrency. Auto-save, pause/resume, www/non-www fallback, HTTPS->HTTP fallback, retry on transient failures. Works on all Windows (10, 11, Server 2019/2022/2025, 32/64-bit). Python source + BUILD batch file.
Pythonzip13 KBAll Windows
14 Contact PathsSitemap Parsing50x ConcurrencyAuto-SavePause/ResumeCSV/JSON ExportRate LimitingWin Server 2022
v3.0
Usage Instructions
Domain Checker: Extract the zip and run DomainChecker.exe. Paste domains or import a file, configure check options (DNS, SSL, WHOIS), and click Check. Export results to CSV or JSON. Email Scraper: Extract the zip. Run BUILD_v2.1_ULTRAROBUST.bat to build the exe, or run directly with python email_scraper_windows_v2.1_ULTRAROBUST.py after installing deps (pip install requests beautifulsoup4 lxml certifi). Requires Python 3.9+. Works on all Windows editions.