The application should be able to take in the name of a product, fetch prices from different websites, and store the data in a .csv excel file. The price of the product will be stored each day in the same .csv file. At the end of the specified period, a graph can be presented to show the findings and the price hikes and dips giving the highest and the lowest prices on different websites.
Web Scraping will be done using Selenium on Chrome with websites, Amazon and Flipkart. Pandas library can be used to display the graphs for the price variance. If time permits, frontend can be worked on. To be discussed.