1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Add apify-js to JavaScript Browser automation and emulation

This commit is contained in:
Andriy Orehov 2018-11-14 19:15:53 +02:00
parent 0518b86b3e
commit fd3617c319

View File

@ -125,6 +125,7 @@ This list contains JavaScript libraries related to web scraping and data process
* [zombie](https://github.com/assaf/zombie) - Insanely fast, full-stack, headless browser testing using node.js.
* [nightmare](https://github.com/segmentio/nightmare) - Nightmare is a high level wrapper for PhantomJS that lets you automate browser tasks
* [puppeteer](https://github.com/GoogleChrome/puppeteer) - Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome or Chromium.
* [apify-js](https://github.com/apifytech/apify-js) - Apify SDK — The scalable web crawling and scraping library
## Multiprocessing
* [nexpect](https://github.com/nodejitsu/nexpect) - spawn and control child processes in node.js with ease