# webster
**Repository Path**: zoushiyong_admin/webster
## Basic Information
- **Project Name**: webster
- **Description**: a reliable high-level web crawling & scraping framework for Node.js.
- **Primary Language**: JavaScript
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-08-06
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Webster
[](https://opencollective.com/webster) [](https://www.npmjs.com/package/webster)
[](https://travis-ci.org/zhuyingda/webster)
[](https://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:
```bash
docker pull zhuyingda/webster-demo
docker run -it zhuyingda/webster-demo
```
here is a simple demo for crawler about Baidu search result web page:
```bash
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](https://hub.docker.com/r/zhuyingda/webster-runtime/).
## Install
```bash
npm install webster
```
## Documentation
You can see more details from [here](http://webster.zhuyingda.com/).
## Contributors
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
### Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/webster/contribute)]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/webster/contribute)]
## License
[GPL-V3](http://www.gnu.org/licenses/)
Copyright (c) 2017-present, Yingda (Sugar) Zhu