微信公众号爬虫。基于搜狗微信搜索的微信公众号爬虫接口,可以扩展成基于搜狗搜索的爬虫,返回结果是列表,每一项均是公众号具体信息字典。
豆瓣读书爬虫。可以爬下豆瓣读书标签下的所有图书,按评分排名依次存储,存储到Excel中,可方便大家筛选搜罗,比如筛选评价人数>1000的高分书籍;可依据不同的主题存储到Excel不同的Sheet ,采用User Agent伪装为浏览器进行爬取,并加入随机延时来更好的模仿浏览器行为,避免爬虫被封。
知乎爬虫。此项目的功能是爬取知乎用户信息以及人际拓扑关系,爬虫框架使用scrapy,数据存储使用mongo
中国知网爬虫。设置检索条件后,执行src/CnkiSpider.py抓取数据,抓取数据存储在/data目录下,每个数据文件的第一行为字段名称。
链家网爬虫。爬取北京地区链家历年二手房成交记录。涵盖链家爬虫一文的全部代码,包括链家模拟登录代码。
京东爬虫。基于scrapy的京东网站爬虫,保存格式为csv。
QQ 群爬虫。批量抓取 QQ 群信息,包括群名称、群号、群人数、群主、群简介等内容,最终生成 XLS(X) / CSV 结果文件。
机票爬虫(去哪儿和携程网)。Findtrip是一个基于Scrapy的机票爬虫,目前整合了国内两大机票网站(去哪儿 + 携程)。
基于requests、MySQLdb、torndb的网易客户端内容爬虫
豆瓣电影、书籍、小组、相册、东西等爬虫集
QQ空间爬虫,包括日志、说说、个人信息等,一天可抓取 400 万条数据。
百度mp3全站爬虫,使用redis支持断点续传。
淘宝和天猫的爬虫,可以根据搜索关键词,物品id来抓去页面的信息,数据存储在mongodb。
百度云盘爬虫。
社交数据爬虫。支持微博,知乎,豆瓣。
Python爬虫代理IP池(proxy pool)。
爬取网易云音乐所有歌曲的评论。
爬取煎蛋妹纸图片。
cnblogs列表页爬虫。
爬取慕课网视频。
中国知网爬虫。
知道创宇爬虫题目。
爱丝APP图片爬虫。
更新:
webspider[33]-本系统是一个主要使用python3, celery和requests来爬取职位数据的爬虫,实现了定时任务,出错重试,日志记录,自动更改Cookies等的功能,并使用ECharts + Bootstrap 来构建前端页面,来展示爬取到的数据。
相关链接:
[微信公众号爬虫] https://github.com/Chyroc/WechatSogou
[豆瓣读书爬虫] https://github.com/lanbing510/DouBanSpider
[知乎爬虫] https://github.com/LiuRoy/zhihu_spider
[新浪微博爬虫] https://github.com/LiuXingMing/SinaSpider
[小说下载分布式爬虫] https://github.com/gnemoug/distribute_crawler
[中国知网爬虫] https://github.com/yanzhou/CnkiSpider
[链家网爬虫] https://github.com/lanbing510/LianJiaSpider
[京东爬虫] https://github.com/taizilongxu/scrapy_jingdong
[QQ群爬虫] https://github.com/caspartse/QQ-Groups-Spider
[乌云爬虫] https://github.com/hanc00l/wooyun_public
[hao123网站爬虫] https://github.com/simapple/spider
[机票爬虫] https://github.com/fankcoder/findtrip
[QQ空间爬虫] https://github.com/LiuXingMing/QQSpider
[百度MP3全站爬虫] https://github.com/Shu-Ji/baidu-music-spider
[淘宝天猫爬虫] https://github.com/pakoo/tbcrawler
[股票数据测试框架] https://github.com/benitoro/stockholm
[百度云盘爬虫] https://github.com/k1995/BaiduyunSpider
[社交数据爬虫] https://github.com/Qutan/Spider
[代理池] https://github.com/jhao104/proxy_pool
[网易云歌曲品论爬虫] https://github.com/RitterHou/music-163
[煎蛋图片爬虫] https://github.com/kulovecc/jandan_spider
[cnblogs 爬虫] https://github.com/jackgitgz/CnblogsSpider
[慕课网爬虫] https://github.com/qiyeboy/spider_smooc
[中国知网爬虫] https://github.com/yanzhou/CnkiSpider
[知道创宇爬虫题目] https://github.com/leitro/knowsecSpider2
[爱丝APP爬虫] https://github.com/x-spiders/aiss-spider
[新浪微博] https://github.com/szcf-weiya/SinaSpider
[爬取CSDN文章] https://github.com/Kevinsss/csdn-spider
[代理爬虫] https://github.com/changetjut/ProxySpider
优质文章,推荐阅读:
每天一道 python 面试题 - Python中的元类(metaclass) 详细版本
每日一道python面试题 - Python的实例,类和静态方法揭秘