A collection of lightweight and modular Python-based web scrapers designed for various data extraction tasks — academic sites, job boards, research pages, and more.
This repo is aimed at being simple, functional, and easy to extend.
- Minimalistic scrapers using
requests,BeautifulSoup, andselenium - Can save data to
.csvor.xlsxfiles - Modular structure — easy to plug into your other projects
- Useful for automation, research, or building datasets
Install the required dependencies using pip:
pip install -r requirements.txt