Skip to content

Automate your job search with this open source project!

Notifications You must be signed in to change notification settings

atenbensel/Job-Search-Scraping

Repository files navigation

Job Search Scraping Tool

We're building a tool to automate the process of searching for job openings based on a user-specific job title. It scrapes data from two major job search websites, Google Jobs and Linkedin, and store the extracted information in a CSV file.

image

image

image

Installation

Install Python 3: Download and install the latest version of Python 3
Install Dependencies: Install the required Python libraries using pip:

  pip install beautifulsoup4 requests apscheduler

Usage

To run the job search scraping tool, open the terminal window and navigate to the open project directory.
Run the following command to start the tool:

File Structure

├── frontend
│   ├── frontend.html
│   ├── frontend.css
│   └── frontend.js
├── google_jobs_scraper.py
├── linkedin_jobs_scraper.py
├── main.py
├── data_handler.py
├── scheduler.py
└── job_data.csv

License

This is an open-source project. Feel free to use, fork, and clone!

Co-Authors/Contributors

Eren Aygün
Tommy Baumeister

About

Automate your job search with this open source project!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published