Puppeteer tutorial - scraping ebay with javascript

Опубликовано: 14 Март 2025
на канале: Coding With Dawid
3,768
98

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