The LinkedIn Job Scraper with a Text-Based User Interface (TUI) is a command-line tool designed to simplify the extraction of job listings from LinkedIn. This project focuses on providing users with a command-line interface that allows them to extract job information and export the scraped data into a CSV file for further analysis.
Install the dependencies
pip install -r requirements.txt
Run the app
python scraper.py
Web Scraping LinkedIn Jobs using Python (Building Job Scraper)