HTML Agility Pack or HTML Screen Scraping libraries for Java, Ruby, Python?

Deadly 提交于 2019-12-11 04:16:42

问题


I found the HTML Agility Pack useful and easy to use for screen scraping web sites. What's the equivalent library for HTML screen scraping in Java, Ruby, Python?


回答1:


Found what I was looking for: Options for HTML scraping?




回答2:


BeautifulSoup is the standard Python screen scraping tool.

Recently, however, I used the (incomplete at the moment) pyQuery, which is more or less a rewrite of jQuery into python, and found it to be very useful.



来源:https://stackoverflow.com/questions/1060484/html-agility-pack-or-html-screen-scraping-libraries-for-java-ruby-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!