/simple-scraper

Scrap web content with NodeJS

Primary LanguageJavaScript

simple-scraper

Installation and Usage

  1. Create database scraperdb on your MySQL database server and import scraperdb.sql file. Modify mysql config on lazada.js based on your own configuration
  2. Open terminal, go to project directory /simple-scraper/ then type command npm install
  3. Run scrap content by type command node lazada.js , and the content will be saved on your mysql database.