0% found this document useful (0 votes)
226 views1 page

Price Comparison Website Using Python

This document describes a price comparison website built using Python, MySQL, and Django. The website allows users to search for product prices across multiple ecommerce sites like Amazon, Flipkart, and eBay and displays the results on the site to help users find the best deals. Retailers can also use the site to study competitors' prices and develop new strategies. When a user searches for a product, the site visits the relevant ecommerce websites, downloads the HTML search pages, retrieves the prices, and displays them on the comparison site to show where the product can be bought at the most affordable price.

Uploaded by

anonfhje j jnd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
226 views1 page

Price Comparison Website Using Python

This document describes a price comparison website built using Python, MySQL, and Django. The website allows users to search for product prices across multiple ecommerce sites like Amazon, Flipkart, and eBay and displays the results on the site to help users find the best deals. Retailers can also use the site to study competitors' prices and develop new strategies. When a user searches for a product, the site visits the relevant ecommerce websites, downloads the HTML search pages, retrieves the prices, and displays them on the comparison site to show where the product can be bought at the most affordable price.

Uploaded by

anonfhje j jnd
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Price comparison website Using Python, MySql and Django

Comprice

Introduction

Every shopper looks for the best deals & discounts before buying any product. Nowadays before
purchasing anything the buyers do some online research of the products on the internet. One of the
major factors which lead to purchasing of any product is cost or pricing. The buyers tend to compare
prices before purchasing any product. But since it is very difficult to visit each & every website for
price comparison, there needs to be a solution to automate this process.

Price comparison website project proposed here gathers information on product prices from various
websites & presents it to the users. The users can then choose to buy from the best options
available. Even Ecommerce traders can use this price comparison website to study their competitors
and form new strategies accordingly to attract new customers & stay ahead of their competitors.

WORKING
This price comparison website for products will help to compare the price from various e-commerce
websites like amazon, flipkart, ebay etc. This Price comparison site is extremely helpful for frequent
online shoppers to check prices on different online stores in one place, This system will show you the
product prices from different retailers to show you where to buy the product at affordable price, To
get the pricing details, the system visits the website based on user’s search and downloads the html
search page of that specific website, Once prices from both the websites are retrieved, it is displayed
on our website in the form of price comparison.

You might also like