From ca4948c95a077bf4cce9caaeb120fa792f699c6a Mon Sep 17 00:00:00 2001 From: Raunaq Singh Date: Thu, 5 Mar 2020 12:20:20 +0530 Subject: [PATCH] Add web scraping framework pjscrape to javascript.md --- javascript.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript.md b/javascript.md index 71a4690..bdcc22c 100644 --- a/javascript.md +++ b/javascript.md @@ -42,6 +42,7 @@ This list contains JavaScript libraries related to web scraping and data process * [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. * [Ayakashi](https://github.com/ayakashi-io/ayakashi) - The next generation web scraping framework. Features all the necessary tools to create reliable and maintainable scraping and automation systems. +* [pjscrape](https://github.com/nrabinowitz/pjscrape) - A web-scraping framework written in Javascript, using PhantomJS and jQuery ## HTML/XML Parsing * General