https://github.com/hamzahussyn/daraz-data-scrapper
Scrapes data from the site Daraz.pk and saves in a json file.
https://github.com/hamzahussyn/daraz-data-scrapper
daraz darazpk data-science puppeteer scra scrapper
Last synced: about 2 months ago
JSON representation
Scrapes data from the site Daraz.pk and saves in a json file.
- Host: GitHub
- URL: https://github.com/hamzahussyn/daraz-data-scrapper
- Owner: hamzahussyn
- Created: 2022-01-19T14:12:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T14:22:21.000Z (over 4 years ago)
- Last Synced: 2025-09-05T00:46:51.884Z (10 months ago)
- Topics: daraz, darazpk, data-science, puppeteer, scra, scrapper
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A fun little script inspired by another script, to scrape data from Daraz.pk
It saves the scrapped data in a json file in the scrapped-data folder and also saves the screenshots of each page scrapped in the screenshots folder.
This script uses puppeteer a node.js library.
How to Run?
- clone the repo / download the zipped code and extract it
- install Node.js
- run 'npm install' in the working directory
- add your url in the scrapper.js file or not, there is a sample url already
- run 'npm start'
- voila!