1

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 ..

RyanLiu
  • 1,557
  • 2
  • 18
  • 27
  • 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 Answers1

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