Caelin Sutch That's amazing, another question that popped up is React/Vue kind of applications, they often use dynamic classes and id's build runtime, is that something you experiences already?
I mean for instance the price div would look like this in a runtime build app:
<span id="price_#1221">$34</span> where the ID would change all the time, and a class would not be needed since it is a styled component.
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
Awesome!
Haven't got round to writing this myself or using cheerio for scrapping external. What will happen when they change their divs? Will it fail or return a error?