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
- Clone or download the repository
- Navigate to the project directory
- Install the required libraries:
Copy code
pip install -r requirements.txt
Running the app
- Run the following command:
Copy code
streamlit run app.py
- The app will open in your default browser
- Enter the name of the product you want to search for in the text input field
- Select the websites you want to search on the sidebar
- Click the "Search" button
Built With
- Beautiful Soup - HTML parsing library
- requests - HTTP library
- streamlit - App framework
- fake-useragent - Library for generating fake user agents (optional)