Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Author: Wilson Qiu Title: Amazon Web Scraper Description: This web scraper allows users to search for a specific item on Amazon and retrieve its title, description, and price. The scraped information is then displayed on an HTML page. Prerequisites: - Node.js - npm - The following Node packages: express, cheerio, request you install these packages by running the command in your terminal: "npm install express cheerio request" Running the Scraper: Clone this repository to your local machine using the following command: 1. Navigate to the project directory and start the server by running the following command:"node server.js" 2. Open the "Index.html" file in your browser 3. On the HTML page, you can input the item you want to search for and press enter or click the "Search" button.