A Python-based web scraping project built for learning and expansion.
- Scrape data from URLs
- Search by keyword and collect matching results
- Export data to structured files
- Support filters and crawling
- Expand into product/price scraping
- Later support JavaScript-heavy websites
- Eventually grow into CLI, API, web app, and Windows executable versions
- Python
- Requests
- BeautifulSoup
- JSON / CSV
- Playwright (planned)
- FastAPI (planned)
- PyInstaller (planned)
Setup phase complete. CLI scraper development in progress.