Daraz Scraper is a web scraping project built with Node.js and Puppeteer to automatically collect product data from the Daraz website (https://daraz.com.bd). The scraped data is then saved into a CSV file for further analysis.
Puppeteer is a Node library that provides a high-level API to control headless browsers or full browsers over the DevTools Protocol. It is commonly used for tasks such as web scraping, automated testing of web pages, and taking screenshots or generating screenshots.
In the context of this project, Puppeteer is utilized to navigate the Daraz website, extract product information, and store it in a structured format.
- Scraping Source: (https://daraz.com.bd)
- Scraped Data: Product information
- Output Format: CSV
- Clone the Repository:
git clone [https://github.com/YourGitHubUsername/DarazScraper.git](https://github.com/arrafi-mahin/Web-Scrapper) cd DarazScraper