A lightweight, all-in-one Python web scraper using requests
and BeautifulSoup
. Easily customizable to extract text, links, product info, or any structured data from static HTML pages.
- ✅ Simple and clean Python code
- 🌐 Scrape any static website content
- 🛠️ Easily configurable for different sites
- 📄 Outputs results to console, JSON, or CSV
- 🧱 Ready for future upgrade into an API
- Python 3.7 or higher
Install dependencies:
pip install -r requirements.txt