.net core爬虫数据框架

数据采集框架

1、DotnetSpider

https://github.com/dotnetcore/DotnetSpider

2、Html Agility Pack

doc.OverrideEncoding = Encoding.UTF8;//若出现乱码,注意查看编码

https://github.com/zzzprojects/html-agility-pack

https://html-agility-pack.net/

3、anglesharp

https://github.com/AngleSharp/AngleSharp

https://anglesharp.github.io/

https://blog.csdn.net/u013711462/article/details/53449799

4、Regex

自己用正则识别,速度性能最快,但需要写正则匹配相关标签。

采集

声明:本站内容来源于原创和互联网,尊重作者版权,转载请注明来源网址,欢迎收藏,谢谢!