You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Node.js + Puppeteer.js application to fetch and validate email addresses by crawling web pages from search engine results using specific and random search keys. Built in February 2020. This application automates the process of discovering email addresses across the web using intelligent search strategies, advanced validation, and MongoDB storage
A Node.js application for scanning Gmail MBOX files containing inbox and messages. Built in 2019, it verifies message counts, extracts and counts email addresses, validates each address, and exports results to a TXT file. Uses stream-based processing to efficiently handle large archives while demonstrating data parsing and validation techniques.
A Node.js app using Puppeteer automates subscribing emails to spam newsletters via random proxies. It revenge spams unwanted addresses by submitting them to spam services. Built March 2021, it connects random proxies & uses web scraping plus form automation to flood targets efficiently. Privacy fans seeking creative retaliation against spammers.
A React-based web application that demonstrates how to display email crawler results from a server to the user interface. Built in 2018, this client application showcases modern web development practices with React, Redux, and Firebase integration.
A Node.js web scraping app with Puppeteer to search job listings and extract email addresses from search results, tailored for Hebrew searches in the Israeli market. Built in January 2019, it crawls results, extracts URLs, parses and validates emails, and stores results in MongoDB, demonstrating scraping, data processing, database integration.