Skip to content

A web application that allows a user to search for the lowest price of electronics online. Made using Python, HTML5, CSS, Javascript, Flask, JSON.

Notifications You must be signed in to change notification settings

andy586586/online-lowest-price-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Online lowest-price-finder for products

Welcome to a Python based web-scraping application that parses and scrapes common online sites to find the lowest price of purchasable products!

Description:

This web application that allows a user to search for the lowest price of electronics online was made using Python, HTML5, CSS, Javascript, Flask, Beautifulsoup and JSON. It uses a python back-end to parse and web-srape for a specfic key-word that the user inputs.

image

Features:

  • Search Bar for User's Desired Input
  • Configured to output a 10-item list to display possible choices
  • List items contain Product name, Price, Link and Additional Information

Process:

I spent many hours tinkering with the concept of web-scraping before figuring out how to extract code from HTML and processing it in python. Many thanks to W3Schools, FreeCodeCamp.org, and other youtubers/developpers for helping me understand how to use and understand Beautifulsoup, and other python syntax/algorithmic processes.

Now that I figured out how to do the backend web-scraping and filtering for the desired product, I had to connect this output data to the front end HTML page.

One of the larger problems was when the JSON output would become scrambled and the text would appear as a giant wall of random characters. I've attached an image to show you what it was like.

image

To counteract this, I debugged and implemented a new integration of the Python server-side output through the JSON, which would output HTML in a cleaner fashion. The output would now look like this:

image

Further fixes and tasks for this project:

  • Add better CSS to make it more visually appealing
  • Next-word predictor for the search bar based on the user's previous

Legal Disclaimer:

This project was made so that I could practice passing front-end user input to back-end processes and sending processed data out to the front end, as an HTML/CSS refresher and get some practice with sorting relatively small amounts of publicly available data. Web scraping for publicly available information is used widely by companies and developpers alike (evidence of this is all over the internet). Please engage in legal, responsible and ethical practices if you are consulting this repository for inspiration.

About

A web application that allows a user to search for the lowest price of electronics online. Made using Python, HTML5, CSS, Javascript, Flask, JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published