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
- 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
- Set the product page URL on
server.js
. - 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
This repo is created for educational purpose. Feel free to PR 💡.
You can edit, customize & whatever you want to do.