Skip to content

Rahs0601/Price-Compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Product Search

This is a web scraper that allows you to search for products on multiple websites and compare their prices, ratings, and specifications.

Prerequisites

  • Python 3
  • Beautiful Soup 4
  • requests
  • streamlit
  • fake-useragent (optional)

Installing

  1. Clone or download the repository
  2. Navigate to the project directory
  3. Install the required libraries:

Copy code

pip install -r requirements.txt

Running the app

  1. Run the following command:

Copy code

streamlit run app.py

  1. The app will open in your default browser
  2. Enter the name of the product you want to search for in the text input field
  3. Select the websites you want to search on the sidebar
  4. Click the "Search" button

Screenshot image

Built With

  • Beautiful Soup - HTML parsing library
  • requests - HTTP library
  • streamlit - App framework
  • fake-useragent - Library for generating fake user agents (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages