/amazon-web-scraping

Webscraping of the first page of amazon results from a given search. Project made with Express, Cheerio and Axios, with web interface based on HTML, CSS and JavaScript.

Primary LanguageJavaScript

Amazon Web Scraping

Amazon Web Scraping is a web application designed to provide a simple and practical solution that performs webscraping and provides visualization of information obtained from the Amazon website. Through an user-friendly interface, the tool scrapes data from the first page of results for a given keyword, and the result is an interface that provides, for each product found:

  • Product image
  • Product Title
  • Rating (stars out of five)
  • Number of reviews
  • Product image URL

In short, “Amazon Web Scraping” automates Amazon's information collection process and presents it in an organized and accessible way to users.

Setup and running instructions

Requirements to run the project:

How to run it on my machine?

  • git clone https://github.com/brenoasantos/amazon-web-scraping.git
  • Install CORS npm install cors
  • Run amazon-web-scraping/backend/index.js
  • Open amazon-web-scraping/frontend/index.html with Live Server
  • Excellent! Now just use the tool 🎉🎊