Python Forum
Web scraping and java script - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Web scraping and java script (/thread-21785.html)



Web scraping and java script - yoz69100 - Oct-14-2019

Hello,

I'm new in python and in web scraping, so sorry if my answer is stupid but i don't find anything to do that.

Is it possible to scrap data from a website where the data came from a javascript call.

Eg : I want to scrap the results on this page :

https://www.flashresultats.fr/football/angleterre/premier-league/resultats/


Regards,


RE: Web scraping and java script - snippsat - Oct-14-2019

Yes the most common and easy way is to use Selenium.
Has more about this here.


RE: Web scraping and java script - yoz69100 - Oct-14-2019

Ok thank you, i gonna try this