How to Scrape DuckDuckGo Search Results for Email Addresses

The aim of this pagešŸ“ is share how I quickly get a bunch of email addresses via scraping results from DuckDuckGo. I put that into a csv (can be automated, too), upload into Sendgrid (that + SingleSend creation I do manually) and send a group-email, for example to craftsmen around me for random questions about repair/cost calculation.

Pavol Kutaj
Jun 6, 2023
  • The script uses the requests and beautifulsoup4 libraries, so make sure to install them before running the script.
  • You can do this by running pip install requests beautifulsoup4 in your command line.

Code

Rubberduck

--

--

No responses yet