This project is a web scraper that fetches product data based on a keyword and exports the data to a CSV file.
- Clone this repository:
git clone <repository-url> - Navigate to the project directory:
cd <project-directory> - Install the dependencies:
npm install
Run the script with the following command:
node index.js <keyword> <filename>