java 爬虫框架收集

来源:互联网 发布:2016留守儿童最新数据 编辑:程序博客网 时间:2024/05/16 10:34

java crawler framework

Author : Janloong Do_O

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

2、雅虎开源的web爬虫工具 https://github.com/yahoo/anthelion3、https://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 (个人使用过这个)

原创粉丝点击