DEV Community

Discussion on: Famous websites with JavaScript disabled

Collapse
 
ziizium profile image
Habdul Hazeez

Thank you for the link @Pacharapol, I'll definitely read the article.

Indeed, making your website require JavaScript does kill many high performance web scraping.

Do you have any resource that I can check for this? Or is it in the linked article?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

No, I cite it myself.

Disable JavaScript means you cannot use merely GET web scraping (e.g. Python requests), and read the HTML output (e.g. Python BeautifulSoup). You will need to resort to more heavyweight method like Selenium or Puppetteer (Chrome engine).

Thread Thread
 
ziizium profile image
Habdul Hazeez

Excellent. Thanks for the info.

Some comments have been hidden by the post's author - find out more