I have no idea to crawl infinite scroll page (e.g. google image), have anyone can suggest me which "python toolbox" could do that or examples ..
Asked
Active
Viewed 334 times
1
-
possible duplicate of [How do you scrape AJAX pages?](http://stackoverflow.com/questions/260540/how-do-you-scrape-ajax-pages) – Quentin Aug 01 '14 at 10:37
1 Answers
0
Try selenium for python it has a web driver that allows to emulate a browser, so you can scroll tha page and load the content.
Selenium instalation page: https://www.selenium.dev/documentation/en/selenium_installation/installing_selenium_libraries/

Lirlisa
- 1
- 1