Welcome to the Scraper Test Project! This Node.js-based service allows you to effortlessly scrape Amazon for the product you are searching for, providing you with quick and easy access to product information.
- Amazon Product Scraping: Utilize the power of web scraping to gather information about products on Amazon.
- Search Functionality: Input the product you are looking for and let the scraper fetch the relevant details.
- Product Details: Retrieve key information such as product name, price, customer reviews, and more.
- User-Friendly Interface: A simple and intuitive interface to enhance the user experience.
Make sure you have the following installed on your machine:
- Node.js
- npm (Node.js package manager)
-
Clone the repository:
git clone https://github.com/ennanuel/scraper-test-project.git
-
Navigate to the project directory:
cd scraper-test-project
-
Install the required dependencies:
npm install
-
Create a
.env
file in the project root and set the PORT variable:PORT=3000
-
Run the scraper with the following command:
npm run dev
-
Access the service locally at
http://localhost:3000
(or the port specified in your.env
file). -
Enter the product you want to search for when prompted.
-
Sit back and relax while the scraper fetches the relevant product information from Amazon.
Contributions are welcome! If you have ideas for improvements, feel free to submit a pull request.
If you encounter any issues or have suggestions, please open an issue on the issue tracker.
Happy scraping with Node.js!