Skip to content

基于node-crawler框架的一款爬虫工具, 抓取的易车网所有品牌车型信息

Notifications You must be signed in to change notification settings

755966092/node-crawler-yiche

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

启动

    node crawler/yiche.js

项目我没有控制并发, 很快就会请求完

配置文件config.js

module.exports = {
    // 爬虫配置
    crawler: {
        // 超时时间
        timeout: 10000000,
        // 失败重试次数
        retries: 10,
        // 失败重试等待时间
        retryTimeout: 1000,
        // 最大并发数
        maxConnections: 1,
         // 两次请求之间将闲置1000ms
        rateLimit: 500,
    },
}

About

基于node-crawler框架的一款爬虫工具, 抓取的易车网所有品牌车型信息

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published