Web scraping is one of the most fun ways to practice web development, so in this video I will be showing you how to web scrape the prices off Amazon's website. Best of all the application we are building will email you whenever the price drops below the price you specify. This is not only a great learning experience, but also a useful application that you can put to use in your life immediately. We will be learning the fun skill of web scraping and combining it with the incredibly useful skill of sending automatic emails to make this fun application.


Materials/References:

GitHub Code: https://github.com/WebDevSimplified/Amazon-Price-Checker


🧠 Concepts Covered:

- Web scraping
- How to handle JavaScript rendered applications when web scraping
- Automatic email sending
- SendGrid integration
- Finding elements with Chrome dev tools


Find Me Here:

My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#WebScraping #WDS #Nodejs