Need? Job Search is boring!!!
Clicking and scrolling through hundreds of job descriptions, and then applying to each one individually is a tedious process.
Use our bot to automate MOST of the process of applying to jobs on LinkedIn.
Bot will,
- Open LinkedIn and login with your credentials.
- Searches for your job title and location.
- Applies filters to show only Easy Apply jobs.
- Opens each job description, takes consent to and applies to the job.
- Moves to next job and repeats the process.
Click here 🤖 to watch the video
Please note that this bot is still in development.
Currently, the bot applies for contractor positions, however, with slight modification to filter settings, one can adjust for interships, full-times. This is a work in progress..
Clone the library and make changes to settings.properties
file to adjust the bot to your needs.
Click here 🤖 to watch the video
- Java 11 or higher (OpenJDK 11.0.19 - I have used Amazon Corretto 11.0.19)
- Apache Maven 3.9.4
- Clone the repository.
git clone https://github.com/pheonix-18/linkedin-easy-apply-bot.git
- Change directory to linkedin-easy-apply-bot.
cd linkedin-easy-apply-bot
- Create a credentials.properties file in root directory and add your LinkedIn credentials as follows:
touch credentials.properties
[email protected]
password=examplePassword
- Run Maven commands to install dependencies
- Run
mvn clean install
- Open
settings.properties
file and customize your job search! - Run
Main.java
- Enjoy the Magic!
Please raise an issue with detailed info of your environment.