Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 403 Bytes

Web Scraper

This project is a web scraper that fetches product data based on a keyword and exports the data to a CSV file.

Installation

  1. Clone this repository: git clone <repository-url>
  2. Navigate to the project directory: cd <project-directory>
  3. Install the dependencies: npm install

Usage

Run the script with the following command:

node index.js <keyword> <filename>