Comment by isatty Comment by isatty 3 days ago 1 reply Copy Link View on Hacker News Or you could’ve used xpath and bs4 and have been done in an hour or two and have more understandable code.
Copy Link demirbey05 3 days ago Collapse Comment - it is not that easy, there is lazy loading in the page that is triggered by scroll of specific sections. You need to find clever way, no way to scrape with bs4, so tough with even selenium. Reply View | 0 replies
it is not that easy, there is lazy loading in the page that is triggered by scroll of specific sections. You need to find clever way, no way to scrape with bs4, so tough with even selenium.