← projects
Python

Price Comparison App

Price Comparison App
Python
OVERVIEW

An application for comparing prices across different e-commerce platforms. Built with Django, it enables users to find the best deals for their desired products by scraping price data from various online stores.

TECH STACK
PythonDjango
KEY FEATURES
  • Scrapes and aggregates prices for the same product across multiple online stores
  • Surfaces the best available deal for a searched product
  • Built with Django for server-rendered pages and straightforward data handling
  • Designed to be extended with additional retailers over time
HOW IT WORKS
  1. 01A user searches for a product by name
  2. 02The Django backend scrapes current prices for that product from multiple online stores
  3. 03Prices are aggregated and compared to surface the best available deal
  4. 04Results are rendered as server-rendered pages for the user