0.1.1 • Published 1 year ago
puppeteer-clusterer v0.1.1
Puppeteer Clusterer
An unoffical updated version of puppeteer-cluster with fixes and other miscellaneous changes based on zek's fork
Installation
Install using npm
:
npm i puppeteer # in case you don't already have it installed
npm i puppeteer-clusterer
Alternatively, use yarn
:
yarn add puppeteer puppeteer-clusterer
Examples
- Simple example
- Wait for a task to be executed
- Minimal screenshot server with express
- Deep crawling the Google search results
- Crawling the Alexa Top 1 Million
- Queuing functions (simple)
- Queuing functions (complex)
- Error handling
- Using a different puppeteer library (like puppeteer-core or puppeteer-firefox)
- Provide types for input/output with TypeScript generics