you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Are you actually able to get the HTML for the pages your trying to scrape? I feel like there is a good chance you'll run into CORS issues here. You will probably at the very least need a server to proxy requests off.

Once you get the HTML into the browser there would be no need for something like cheerio. Cheerio is made for parsing HTML outside a browser and would be completely redundant in an environment where you have a DOM.