Table of Contents
Looking for a specific product or just curious about what's available on Amazon? The Amazon Scraper is the perfect tool for you! This web-based application allows you to search for any product or keyword, and it will return a list of relevant results from Amazon.
If you want to download the project and run it locally, you need to comply with the prerequisites and follow the step-by-step instructions correctly !
Go to this website "https://nodejs.org/en" and install the Node.js.
Then open the terminal and type the following command to check that the installation has been completed.
node -v
(you should see something like this: "v20.10.0")
Go to this website "https://git-scm.com/" and install the Git.
Then open the terminal and type the following command to check that the installation has been completed.
git -v
(you should see something like this: "git version 2.43.0.windows.1")
- Open the terminal and type the following command.
cd Desktop
- Clone the repository
git clone https://github.com/onathanmateus/Project-Amazon-Scrapper.git
- Enter the repository
cd Project-Amazon-Scrapper
- Open the repository in Visual Studio Code
code .
- Open the terminal within Visual Studio Code and install all the dependencies using the following command
npm install
- Use the following command to open the project on localhost
npm run dev
If everything went as it should the project will be running on port 3333 on localhost.
Open the "index.html" in the browser, add the following characters at the end of the url in the browser "?#", you should see something like this in the url: (file:///C:/Users/natha/Desktop/Project-Amazon-Scrapper/index.html?#)
And search for everything !!
Nathan Mateus de Oliveira Barbosa
Email: [email protected]