A simple example of scraping with javascript and puppeteer.
The code scrapes ebay to get prices on macbooks by opening a headless chrome window that is controlled using javascript.
In the video I try to explain step-by-step how to write it, what puppeteer commands to use and why so it's easy to understand even for beginners