Adapt Web-scraper Javascript Code For Puppeteer
I have minimal coding knowledge and I'm trying to adapt some tutorials without success. The JavaScript code I wish to adapt (script A) is pasted into the Chrome developer console a
Solution 1:
After reading through script C, it appears that you have not made any mistakes, rather the website you are attempting to access has decided to block scraper bots.
A quick host lookup on the domain shows that they are using security service section.io to block scraper bots on their website. See:
shop.coles.com.au is an alias for shop.coles.com.au.c.section.io.
shop.coles.com.au.c.section.io is an alias for shop.coles.com.au.x.section.io
Post a Comment for "Adapt Web-scraper Javascript Code For Puppeteer"