Skip to content

cheatsnake/nodejs-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-scraper

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.

Usage

Install packages

npm install

Run Scraper

npm start

Modify & Edit

If 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.

About

Simple scraper build with Puppeteer & Cheerio

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors