serp:Google搜索SERP抓取工具 源码
塞尔普 该模块允许获取基于关键字的Google搜索结果。 它提供了多种用于抓取Google搜索结果的选项,称为SERP(搜索引擎结果页): 请求之间的延迟 如果出错,请重试 有或没有代理,代理或抓取API。 安装 $ npm install serp -S 使用简单 const serp = require ( "serp" ) ; var options = { host : "google.be" , qs : { q : "test" , filter : 0 , pws : 0 } , num : 100 } ; const links =
文件列表
serp-master.zip
(预估有个10文件)
serp-master
.gitignore
38B
README.md
5KB
test
test-proxy.js
518B
test-scrapeapi.js
3KB
test-proxies.js
2KB
test.js
2KB
.eslintrc
362B
package.json
820B
暂无评论