A Python-based CLI tool for scraping job listings, filtering results by keywords, and exporting structured data into CSV files.
- Scrape job listings from websites
- Filter jobs by keyword
- Export data to CSV
- CLI-based interface
- Lightweight and fast
- Data collection
- Market research
- Job monitoring
- Recruitment automation
- Lead generation
git clone https://github.com/yousufaly/JOP_SCRAPER.git
cd JOP_SCRAPER
pip install -r requirements.txtpython main.py --keyword python
- Python
- Requests
- BeautifulSoup
- CSV
- argparse
