Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1 KB

File metadata and controls

26 lines (18 loc) · 1 KB

Ecommerce Product Scraper and Comparator

Overview

This project is a web application that takes a URL of a product listed on an ecommerce website, fetches the entire data from the web page of that product, and displays it in a more readable and summarized way. It also allows for comparison between two or more similar products based on their specifications.

Screenshot

Ecommerce Scraper Screenshot

Video Demo

Click here to watch the demo

Features

  • Fetches and displays product data from ecommerce websites.
  • Summarizes and formats the product data for better readability.
  • Allows comparison between multiple products based on specifications.
  • Supports various types of products with an initial focus on smartphones.

Technologies Used

  • Frontend: React.js
  • Backend: Node.js, Express.js
  • Web Scraping: Puppeteer
  • Styling: CSS, Bootstrap
  • APIs and Libraries: Axios, Cheerio