Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.MD

Harvester examples 🚜

This project contains a collection of examples using the Harvester library in Puppeteer code.

Table of contents

Examples folder

This project contains few examples of usage the harvester with Puppeteer, Playwright and Node.js. You may run three examples: news.js, rozetka.js and amazon.js.

Installation

If Node.js is not installed on your computer, install it from this link.

cd examples
npm i

Running

cd examples
node src/puppeteer/rozetka
node src/playwright/news