【问题标题】:"Infinite scroll web page" web crawler“无限滚动网页”网络爬虫
【发布时间】:2014-08-01 10:26:41
【问题描述】:

我不知道要抓取无限滚动页面(例如google image), 有没有人可以建议我哪个“python 工具箱”可以做到这一点或示例..

【问题讨论】:

标签: web webkit web-scraping web-crawler


【解决方案1】:

试试 selenium for python,它有一个允许模拟浏览器的网络驱动程序,所以你可以滚动页面并加载内容。

Selenium 安装页面:https://www.selenium.dev/documentation/en/selenium_installation/installing_selenium_libraries/

【讨论】:

    最近更新 更多