Dive into web scraping and build a Next.js 14 eCommerce price tracker within a single video that teaches you data scraping, cron jobs, sending emails, deployment, and more.
🌟 Become a top 1% Next.js 14 developer in only one course: https://jsmastery.pro/next14
🚀 Land your dream programming job in 6 months: https://jsmastery.pro/masterclass
⭐ Bright Data (free credits): https://brdta.com/jsmastery
📚 Materials/References:
GitHub Code (give it a star ⭐): https://github.com/adrianhajdin/price...
GitHub Gist (Code + Assets): https://gist.github.com/adrianhajdin/...
💻 Join our Discord Community - / discord
🐦 Follow us on Twitter: / jsmasterypro
🖼️ Follow us on Instagram: / javascriptmastery
💼 Business Inquiries: [email protected]
Time Stamps 👇
00:00:00 — Intro
00:04:50 — What’s Web Scraping
00:06:54 — Web Scraper vs. Web crawler
00:08:04 — How do web scrapers truly work?
00:10:20 — Open Source Scrapers
00:16:35 — Project Setup
00:34:00 — Home Page
01:05:50 — Scraping Setup
01:14:12 — Scrape Amazon Product
01:48:32 — Database Setup
02:10:05 — Product Details Page
02:56:26 — Email Functionality using NodeMailer
03:33:40 — Implement Cron Job
03:45:45 — Deployment