Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiongwilee/SkuSpider

基于puppeteer的电商商品数据爬虫工具
https://github.com/xiongwilee/SkuSpider

Last synced: about 2 months ago
JSON representation

基于puppeteer的电商商品数据爬虫工具

Awesome Lists containing this project

README

        

# SkuSpider

基于puppeteer的电商爬虫工具

## 使用方法

### 第一步,下载代码,安装依赖:
```shell
$ git clone https://github.com/xiongwilee/SkuSpider.git
$ cd SkuSpider && npm i
```

### 第二步,修改配置文件

参考`./config/config.site.js`

### 第三步,开始爬取

```shell
$ node index.js
```

## 作者

* [xiongwilee](https://github.com/xiongwilee)