java 爬虫框架收集

java crawler framework

Author : Janloong Do_O

1、crawler4j https://github.com/yasserg/crawler4j 拥有爬虫的核心功能,所以上手极为简单,几分钟就可以写一个多线程爬虫程序。

2、雅虎开源的web爬虫工具 https://github.com/yahoo/anthelion3https://github.com/code4craft/webmagic · GitHub ,国人 黄亿华 先生的良心大作。文档在这里 http://webmagic.io/docs/zh/4、nutch https://github.com/apache/nutch apache下的开源爬虫程序,功能丰富,文档完整。有数据抓取解析以及存储的模块。

5、https://github.com/ShenJianShou/crawler_samples 没有找到源代码,属于云爬虫;jsoup包含http工具以及分析页面的工具包 https://jsoup.org/okhttpshttp工具包

6、Spiderman http://git.oschina.net/l-weiwei/Spiderman2 最后更新一个月前

7、SeimiCrawler https://github.com/zhegexiaohuozi/SeimiCrawler 最后更新一个月前神射手

8、WebCollector https://github.com/CrawlScript/WebCollector 最后更新四个月前

9、Heritrix https://github.com/internetarchive/heritrix3 比较成熟,用的人比较多

10、Gecco https://github.com/xtuhcy/gecco

11、WebMagic https://github.com/code4craft/webmagic (个人使用过这个)

发布了50 篇原创文章 · 获赞 2 · 访问量 2万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章