sandao / taobao-spider

淘宝爬虫,可以获取商品名称、价格、位置、销量、好评中评差评

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taobao-spider

淘宝商品数据爬虫,可以获取商品名称、价格、销量、位置、好评中评差评数。憋不出毕业论文心烦写的爬虫,喜欢给个star噢! thx
使用指南:
-h --help: 显示帮助信息.
-v --ver: 显示脚本版本
-k --key: 搜索关键词,默认 iphone7
-n --num: 搜索页数,每页包含44条商品数据,如输入2,那说明会抓取2*44条商品数据
-f --file: 获取的文件保存位置,默认为D:\iphone.txt
使用实例:

python taobao.py -k 滑板鞋 -n 5 -f D:\huaban.txt

Python环境:python 3.*

About

淘宝爬虫,可以获取商品名称、价格、位置、销量、好评中评差评


Languages

Language:Python 100.0%