Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 656 Bytes

File metadata and controls

23 lines (14 loc) · 656 Bytes

🕸️ datascrapers

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.


🚀 Features

  • Minimalistic scrapers using requests, BeautifulSoup, and selenium
  • Can save data to .csv or .xlsx files
  • Modular structure — easy to plug into your other projects
  • Useful for automation, research, or building datasets

🧰 Requirements

Install the required dependencies using pip:

pip install -r requirements.txt