hubitor / webster

a reliable high-level web crawling & scraping framework for Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webster

Financial Contributors on Open Collective npm version Build Status 996.icu

Overview

Webster is a reliable web crawling and scraping framework written with Node.js, used to crawl websites and extract structured data from their pages. Which is different from other crawling framework is that Webster can scrape the content which rendered by browser client side javascript and ajax request.

Docker quick start

pull the example docker image:

docker pull zhuyingda/webster-demo
docker run -it zhuyingda/webster-demo

here is a simple demo for crawler about Baidu search result web page:

node demo_producer.js && node demo_consumer.js

Requirements

  • Node.js 8.x+, redis
  • Works on Linux, Mac OSX

Or you can deploy on Docker.

Install

npm install webster

Documentation

You can see more details from here.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

GPL-V3

Copyright (c) 2017-present, Yingda (Sugar) Zhu

About

a reliable high-level web crawling & scraping framework for Node.js.

License:GNU General Public License v3.0


Languages

Language:JavaScript 95.4%Language:Dockerfile 2.8%Language:HTML 1.9%