I have a set of publicly available web pages and I need all visible, valid email addresses pulled from them quickly and accurately. The task is pure web-page scraping—no social media, no API work—focused solely on contact information, specifically emails. You are free to use Python with BeautifulSoup, Scrapy, Selenium, or any other language or framework you prefer, as long as the final result meets these simple acceptance criteria: • Every email captured comes from the target pages I supply. • Duplicates, malformed strings, and “noreply” style addresses are filtered out. • Results arrive in a clean CSV (column: Email) or Google Sheet, ready for me to import. Please include a brief note on your scraping approach and estimated turnaround time when you respond so I can move quickly to awarding the project.