Python Forum
Javascript based web page scraping - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Javascript based web page scraping (/thread-35327.html)



Javascript based web page scraping - amjadraza26 - Oct-21-2021

Hello there I'm trying to scrap data from javascript based website. but it return empty and have no data of my choice. Can any body suggest me how to scrap javascript based web page.


RE: Javascript based web page scraping - Larz60+ - Oct-21-2021

you should use selenium.
These quick tutorials will show you how:
web scraping part 1
web scraping part 2