/mailing-lists-scraper

Web scraping to extract contact information using Python

Primary LanguagePython

Challenge

  • Extract websites from google with googlesearch
  • Make a regex expression to extract emails
  • Scrape websites using a Scrapy Spider
  • Save those emails in a CSV file
  • Put everything together