Amazon Based Web Crawler
Prime Crawler is a specialized Amazon scraping tool engineered to provide concise product information, including current prices and product images. Utilizing Perl, the crawler focuses on delivering essential details to users, empowering them to track product prices and visualize items with ease on the Amazon platform.
cpan WWW::Mechanize
cpan HTML::TreeBuilder JSON
Download Node.js: Go to the Node.Js website.
Open a terminal or command prompt. Run the following commands to verify that Node.js and npm (Node Package Manager) are installed:
node -v
npm -v
npm install express body-parser
Start the Server:
node server.js
- Access the Application: Open a web browser and navigate to http://localhost:3000 to access the application.
Additional Notes: Make sure to replace amazon_scraper.pl with the correct path to your Perl script if it's located in a different directory. Adjust the server port (3000 in this case) if necessary, based on your environment or configuration.
