Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 804 Bytes

Chaldal Scrapper

This Project is build on NodeJS & it will help you to scrap the product data from Chaldal.com. Currently It will able to scrap the single page product list.

Data
    - Product Name
    - Product QTY/SKU
    - Product Offer Price
    - Product Price

How to Run

  1. To run the project follow this steps below.
git clone https://github.com/themaruf/chaldal-scrapper.git
cd chaldal-scrapper
npm install
npm run dev
  1. Set the product page URL on server.js.
  2. Hit enter with this url on your browser "127.0.0.1:8081". it will save the data on your project folder file named output.js

Note

This repo is created for educational purpose. Feel free to PR 💡.

License

You can edit, customize & whatever you want to do.