-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# mallspider | ||
Jd full commodity spider | ||
使用scrapy,redis,mongodb实现的一个分布式爬虫,底层存储选择mongodb,分布式使用redis来实现。 | ||
|
||
针对https://www.jd.com/2019 网站,将其首页的分类信息——各级分类的名称和URL,商品详情信息——商品名称,商品价格,商品评论数量,商品店铺,商品促销,商品选项,商品图片的URL | ||
|
||
避免爬虫被禁的策略: | ||
实现随机User-Agent下载中间件 | ||
实现代理IP的中间件 | ||
|
||
|