In this guide you will learn all about web scraping. We will go through some slides and then scrape a website using Node.js and the Puppeteer library as well as Python and the Beautiful Soup library.
Check Out Our Sponsor: Bright Data @BrightData
https://brdta.com/traversy
Code:
https://github.com/bradtraversy/web-scraper-youtube
Timestamps:
0:00 - Intro
2:01 - What Is Web Scraping?
2:58 - Legal & Ethical Considerations
3:42 - History Of Web Scraping
4:41 - Why Use Web Scraping?
5:53 - How Do Scrapers Work?
6:57 - Tools & Libraries
8:32 - Basic Steps
10:28 - Additional Steps
12:15 - What Are We Scraping?
15:03 - Node.js Web Scraper
33:44 - Python Web Scraper