Simple scraper build with Puppeteer & Cheerio
In this configuration, the scraper collects data from a page that contains a list of processors. The received data is stored in json files.
Install packages
npm installRun Scraper
npm startIf you want to customize Scraper for a specific site, then you need to change the links and selectors for the html page in the file scraper.js
This is really not difficult to figure out, but if you have any difficulties, then you can refer to the documentation of Puppeteer or Cheerio.