A python bot to apply all Linkedin Easy Apply jobs based on your preferences.
NOTE: If you need help setting up or running the bot locally join our Discord community
- Clone the repo
git clone https://github.com/GabrielGircenko/EasyApplyJobsBot
- Setup configs
- In the project directory, create 'configs' directory
- Add your configuration
- Copy the configs.py template into the 'configs' directory
- Enter your linkedin credentials on the beginning of your_config.py file
- Add your search preferences. Checkout examples: CTO in Croatia & Data Scientist in Europe and North America
- Repeat for various searches
- Install Docker
- Run
docker build -t easy-apply-bot .
- clone the repo
git clone https://github.com/GabrielGircenko/EasyApplyJobsBot
- Make sure Python and pip is installed
- Install dependencies with
pip3 install -r requirements.yaml
- You have 2 choices
- SIMPLE: One config.py
- Enter your linkedin credentials on the beginning of config.py file
- Modify config.py according to your preferences. Checkout examples: CTO in Croatia & Data Scientist in Europe and North America
- Run
python3 runner.py
- MULTIPLE SEARCHES: Multiple configurations
- Follow the steps described in 'Add your configuration' step of the 'Docker Setup' explained above
- Run
python3 runAllConfigs.py
- SIMPLE: One config.py
- Check Applied Jobs DATA .txt file is generate under /data folder
- Ability to filter jobs, by easy apply, by location (Worldwide, Europe, Poland, etc.), by keyword (python, react, node), by experience, position, job type and date posted.
- Apply based on your salary preferance (works best for job offers from States)
- Automatically apply single page jobs in which you need to send your up-to-date CV and contact.
- Automatically apply more than one page long offers with the requirements saved in LinkedIn like experience, legal rights, resume etc.
- Output the results in a data txt file where you can later work on.
- Print the links for the jobs that the bot couldn’t apply for because of extra requirements. (User can manually apply them to optimize the bot)
- Put time breaks in between functions to prevent threshold.
- Automatically apply for jobs.
- Automatically run in the background.
- Runs based on your preferences.
- Optional follow or not follow company upon successful application.
- Much more!
Category | Available | In the works |
---|---|---|
Supported Browsers | Chrome | |
Headless(invisible) Browser | ✅ | |
Login with Credentials | ✅ | |
Filter offers based on job location | ✅ | |
Filter offers based on keyword | ✅ | |
Filter offers based on experience level | ✅ | |
Filter offers based on date posted | ✅ | |
Filter offers based on salary | ✅ | |
Filter offers based on recent or relevent | ✅ | |
Blacklist companies that you don't want to apply | ✅ | |
Blacklist offer titles that you don't want to apply | ✅ | |
Follow or unfollow companies after application | ✅ | |
Answer skipped unanswered questions | ❌ | GabeGiro#9 |
Use AI to fill and answer skipped unanswered questions | ❌ | GabeGiro#12 |
Don't apply to jobs posted by a Hiring member | ❌ | GabeGiro#11 |
Output file in txt format | ✅ | |
Output file in csv(excel) format | ❌ | GabeGiro#10 |
If you would like to see a specific feature developed, please open an issue or suggest it in our Discord community
How to install and run the bot?
To install the bot simply clone the repo, install required packages (these are dependencies making the bot run properly), enter your credentials & edit the config file based on your preferences and run the bot with the command python3 [thePlatformName].py
To run the bot you need Python (general-purpose programming language), Pip (package manager for Python), Selenium (for browser automation) and some dependencies to be installed on your device. For more information and details, you can check the installation steps explained in this README file.
Instalization is too complicated can you make it easier?
Yes, we are trying to improve the process of instalization meanwhile you can purchase and use the step by step instalization tutorials to install the bot properly on your device
How much does it cost & how can I pay?
The free version comes with an open-source license that you can change & modify. For paid versions you can visit original developer's project for more info.
Would I get banned or my account be blocked?
No, since you run the bot on your own device and the traffic is coming from your own address, the risks of getting banned from any of the websites we support is very low. This is because you run the bot on your own device, your traffic will be similar with your own actions and the bot will act humanely meaning it will perform stopping waiting and skipping actions randomly. Meanwhile we dont recommend applying more than 200 jobs per day via job apply bot.
I have an error while running the bot, how can I fix?
When you have an error related to the bot, please check the github project first. Someone else also might post a similar error. If that doesn't work kindly submit your issue.
What are the terms and rules of using these bots?
The free version comes with an open source license. You are free to modify and work in any way you want.
Linkedin pro bot will apply unanswered / additional questions?
Yes and no. It can answer a question based on Linkedin’s default value from previous applications of yours. The unanswared questions will stay unanswared but we are working on the solution for that. If you want to be one of the first ones to use this feature, join our [Discord community](https://discord.gg/ab6XPEWN)
Do you have a bot for x website?
No, we only have the [Discord community](https://discord.gg/ab6XPEWN)
Without https://github.com/wodsuz/EasyApplyJobsBot , this repository might have never happened. Checkout his repo for a different Easy Apply experience :)