How can I effectively webscrape data from my own e-commerce site?

Hi there, get them to look at this: https://www.youtube.com/watch?v=jPjxWC7zV2s&t=795s

It’s an amazing way to use a little bit of Python to scrape whatever you need from any Shopify site and spit out the results into a csv.

I knew very little Python and managed to use this to get 5000+ products.

Good luck