【问题标题】:Python beautifulsoup loading more data [duplicate]Python beautifulsoup加载更多数据[重复]
【发布时间】:2020-09-16 06:45:12
【问题描述】:

当您滚动浏览网页时,它会加载更多数据。你如何让 bs4 加载所有这些数据?

【问题讨论】:

标签: python web web-scraping beautifulsoup


【解决方案1】:

Beautiful soup 是一个解析器,它解析您提供给它的数据。要从动态网页加载整个数据,您可以使用 selenium,例如 Selenium: Scroll to end of page in dynamically loading webpage

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2017-07-24
  • 1970-01-01
  • 2016-02-13
  • 1970-01-01
  • 2017-06-21
  • 1970-01-01
  • 2017-10-21
  • 2013-09-06
相关资源
最近更新 更多