From c9f2c9fd6c8831f661056233acd5bb34507cbbf9 Mon Sep 17 00:00:00 2001 From: Jose Constela Date: Tue, 2 Apr 2019 21:56:10 +0200 Subject: [PATCH] Add webparsy --- javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript.md b/javascript.md index 34f55b0..10dfd32 100644 --- a/javascript.md +++ b/javascript.md @@ -32,6 +32,7 @@ This list contains JavaScript libraries related to web scraping and data process * [wreck](https://github.com/hapijs/wreck) - HTTP Client Utilities ## Web-Scraping Frameworks +* [webparsy](https://github.com/joseconstela/webparsy) - NodeJS lib and cli for scraping websites using Puppeteer and YAML * [node-crawler](https://github.com/sylvinus/node-crawler) - Web Crawler/Spider for NodeJS + server-side jQuery * [node-simplecrawler](https://github.com/cgiffard/node-simplecrawler) - Flexible event driven crawler for node * [Apify SDK](https://github.com/apifytech/apify-js) - The scalable web crawling and scraping library for JavaScript. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.