How to scrape data from an online store using JavaScript #1

Опубликовано: 30 Март 2026
на канале: Jonas Grøndahl
1,110
21

In this video, I'll show some basics on how to scrape a product website using Puppeteer. You can use this method on almost any online store. Sites will differ in how they do pagination and display their content but all of these things, we can explore by visiting their website with the developer tools open.

I will show how do write very minimal code to perform scraping of a list of items and then details for each item of that list.

Github repo:
https://github.com/jonasgroendahl/get...

Puppeteer docs:
https://pptr.dev/