Giter Site home page Giter Site logo

linkedin-jobhunt's Introduction

LinkedIn Job Scraper

This is a job scraper that scrapes LinkedIn job postings using Selenium. It was created to help aid my internship hunt because nobody has time to sift through hundreds of job postings to find the ones that are relevant to them.

This is heavily based on LinkedIn-Easy-Apply-Bot by nicolomantini. Most of the webscraping code is from that repository, with my modifications of parsing job descriptions, filtering out irrelevant job postings, and sending notifications to Discord.

Installation

Forewarning: This is a very rough implementation and was not necessarily designed with the idea of being used by others. It may take some manual work to get it up and running and sufficient for your use case.

Tested on macOS, Python 3.12

  1. Clone the repository using git clone
  2. Create a virtual environment using python3 -m venv venv
  3. Install the requirements using pip install -r requirements.txt
  4. Configure the config.yaml file (refer to config.yaml.example for an example)
  5. For first time use, set the retrieveCookies = False in main.py to True to log in to LinkedIn and save the cookies
  6. Run the script using python3 main.py

Usage

This script will iterate through different job title queries and scrape the job postings for each query. It will then scan the description for specific keywords. Postings with 3+ keywords will be sent to you via a Discord webhook for ease-of-notification (you can just run this script in the background and wait for the notifications!!!).

Configuration

username: [email protected]
password: password
webhook: https://discord.com/api/webhooks/1234567890/abcdefghijklmnopqrstuvwxyz

# Position queries to search for
positions:
- Finance Intern
- Investment Banking Intern
- Investment Banking Summer Analyst
- Financial Advisory Intern
- Financial Analyst Intern
- Marketing Intern
- Business Development Intern
- Accounting Intern

# Locations to search for
# You can use 'Remote' to search for remote positions
# Any other location will just be ignored as-is, but you can fix the code (it's just a commented out line)
locations:
- USA

blacklistCompanies:
- WayUp

blackListTitles:
- SkillBridge
- Skill Bridge

keywords:
- excel
- invest
- sales
- budget
- analysis
- analytical
- stock
- asset management
- risk management
- portfolio
- equity
- regulations
- equity
- capital

Contributing

Not accepting contributions at this time. Feel free to fork the repository and make your own changes.

License

linkedin-jobhunt's People

Contributors

landoncrabtree avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.