Screen Scraping a Javascript based webpage in Python

前端 未结 3 834
挽巷
挽巷 2020-12-10 20:15

I am working on a screen scraping tool in Python. But, as I look through the source of the webpage, I noticed that most of the data is coming through Javascript.

An

3条回答
  •  萌比男神i
    2020-12-10 20:59

    Scraping javascript-based webpages is possible with selenium. In particular, try the Selenium WebDriver.

提交回复
热议问题