Looks like Walmart updated their product page and most of it is now driven by JS after the page is loaded. That means cheerio won't be able to parse most of the content since it only reads the initial HTML.
It might be a good idea to consider using something like PhantomJS or SlimerJS
Looks like Walmart updated their product page and most of it is now driven by JS after the page is loaded. That means cheerio won't be able to parse most of the content since it only reads the initial HTML.
It might be a good idea to consider using something like PhantomJS or SlimerJS