Automatically apply to LinkedIn Easy Apply jobs. This bot answers the application questions as well!
This is for educational purposes only. I am not responsible if your LinkedIn account gets suspended or for anything else.
This bot is written in Python using Selenium.
To run the bot, open the command line in the cloned repo directory and install the requirements using pip with the following command:
pip install -r requirements.txt
Next, you need to fill out the config.yaml file. Most of this is self-explanatory but if you need explanations please see the end of this README.
email: [email protected]
password: yourpassword
disableAntiLock: False
remote: False
experienceLevel:
internship: False
entry: True
associate: False
mid-senior level: False
director: False
executive: False
jobTypes:
full-time: True
contract: False
part-time: False
temporary: False
internship: False
other: False
volunteer: False
date:
all time: True
month: False
week: False
24 hours: False
positions:
#- First position
#- A second position
#- A third position
#- ...
locations:
#- First location
#- A second location
#- A third location
#- ...
distance: 25
outputFileDirectory: C:\Users\myDirectory\
companyBlacklist:
#- company
#- company2
titleBlacklist:
#- word1
#- word2
uploads:
resume: C:\Users\myDirectory\Resume.pdf
# Cover letter is optional
#coverLetter: C:\Users\myDirectory\CoverLettter.pdf
# ------------ QA section -------------------
# ------------ Additional parameters: checkboxes ---------------
checkboxes:
# Do you have a valid driver's license? (yes/no checkbox)
driversLicence: True
# Will you now, or in the future, require sponsorship for employment visa status (e.g. H-1B visa status)? (yes/no checkbox)
# This is relative to the location and your citizenship applying above, and same with legallyAuthorized.
requireVisa: False
# Are you legally authorized to work in COUNTRY? (yes/no checkbox)
legallyAuthorized: True
# We must fill this position urgently. Can you start immediately? (yes/no checkbox)
urgentFill: True
# Are you comfortable commuting to this job's location? (yes/no checkbox)
commute: True
# Have you completed the following level of education: DEGREE TYPE? (yes/no checkbox)
degreeCompleted:
- High School Diploma
- Bachelor's Degree
# - Associate's Degree
# - Master's Degree
# - Master of Business Administration
# - Doctor of Philosophy
# - Doctor of Medicine
# - Doctor of Law
# Are you willing to undergo a background check, in accordance with local law/regulations?
backgroundCheck: True
# ------------ Additional parameters: univeristyGpa ---------------
universityGpa: 4.0
# ------------ Additional parameters: languages ---------------
languages:
english: Native or bilingual # None, Conversational, Professional, Native or bilingual
# ------------ Additional parameters: years of INDUSTRY experience ---------------
# How many years of TECHNOLOGY experience do you currently have? (whole numbers only)
industry:
# normal ones
Accounting/Auditing: 0
Administrative : 0
Advertising : 0
Analyst : 0
Art/Creative: 0
Business Development: 0
Consulting: 0
Customer Service: 0
Distribution Design: 0
Education: 0
Engineering: 0
Finance: 0
General Business: 0
Health Care Provider: 0
Human Resources: 0
Information Technology: 0
Legal: 0
Management: 0
Manufacturing: 0
Marketing: 0
Public Relations: 0
Purchasing: 0
Product Management: 0
Project Management: 0
Production: 0
Quality Assurance: 0
Research: 0
Sales: 0
Science: 0
Strategy/Planning: 0
Supply Chain: 0
Training: 0
Writing/Editing: 0
# end normal ones
# put your custom ones here
#C++: 0
#Python: 1
# default to put for any skill that you did not list
default: 0
# end custom ones
# ------------ Additional parameters: years of technology experience ---------------
# How many years of work experience do you have using TECHNOLOGY? (whole numbers only)
technology:
#python: 0
#selenium: 0
# default to put for any skill that you did not list
default: 0
# ------------ Additional parameters: personal info ---------------
personalInfo:
First Name: FirstName
Last Name: LastName
Phone Country Code: Canada (+1) # See linkedin for your country code, must be exact
Mobile Phone Number: 1234567890
Street address: 123 Fake Street
City: Red Deer, Alberta # Include the state/province as well!
State: YourState
Zip: YourZip/Postal
Linkedin: https://www.linkedin.com/in/my-linkedin-profile
Website: https://www.my-website.com # github/website is interchangable here
# ------------ Additional parameters: USA employment crap ---------------
eeo:
gender: None
race: None
vetran: None
disability: None
citizenship: Canadian
To run the bot, run the following in the command line:
python3 main.py
Just fill in your email and password for linkedin.
email: [email protected]
password: yourpassword
This prevents your computer from going to sleep so the bot can keep running when you are not using it. Set this to True if you want this disabled.
disableAntiLock: False
Set this to True if you want to look for remote jobs only.
remote: False
This is for what level of jobs you want the search to contain. You must choose at least one.
experienceLevel:
internship: False
entry: True
associate: False
mid-senior level: False
director: False
executive: False
This is for what type of job you are looking for. You must choose at least one.
jobTypes:
full-time: True
contract: False
part-time: False
temporary: False
internship: False
other: False
volunteer: False
How far back you want to search. You must choose only one.
date:
all time: True
month: False
week: False
24 hours: False
A list of positions you want to apply for. You must include at least one.
positions:
#- First position
#- A second position
#- A third position
#- ...
A list of locations you are applying to. You must include at least one.
locations:
#- First location
#- A second location
#- A third location
#- ...
How far out of the location you want your search to go. You can only input 0, 5, 10, 25, 50, 100 miles.
distance: 25
This is the directory where all the job application stats will go to.
outputFileDirectory: C:\Users\myDirectory\
A list of companies to not apply to.
companyBlacklist:
#- company
#- company2
A list of words that will be used to skip over jobs with any of these words in there.
titleBlacklist:
#- word1
#- word2
A path to your resume and cover letter.
uploads:
resume: C:\Users\myDirectory\Resume.pdf
# Cover letter is optional
#coverLetter: C:\Users\myDirectory\CoverLettter.pdf
Answer these questions with regards to the company you are applying to. For the degrees part uncomment which degrees you have, and do not add other ones since the linkedin questions are generic.
# ------------ Additional parameters: checkboxes ---------------
checkboxes:
# Do you have a valid driver's license? (yes/no checkbox)
driversLicence: True
# Will you now, or in the future, require sponsorship for employment visa status (e.g. H-1B visa status)? (yes/no checkbox)
# This is relative to the location and your citizenship applying above, and same with legallyAuthorized.
requireVisa: False
# Are you legally authorized to work in COUNTRY? (yes/no checkbox)
legallyAuthorized: True
# We must fill this position urgently. Can you start immediately? (yes/no checkbox)
urgentFill: True
# Are you comfortable commuting to this job's location? (yes/no checkbox)
commute: True
# Have you completed the following level of education: DEGREE TYPE? (yes/no checkbox)
degreeCompleted:
- High School Diploma
- Bachelor's Degree
#- Associate's Degree
#- Master's Degree
#- Master of Business Administration
#- Doctor of Philosophy
#- Doctor of Medicine
#- Doctor of Law
# Are you willing to undergo a background check, in accordance with local law/regulations?
backgroundCheck: True
Input your university gpa. Must be a decimal value to one decimal point.
# ------------ Additional parameters: univeristyGpa ---------------
universityGpa: 4.0
List all your languages. You must put the profinenciy as either: None, Conversational, Professional, Native or bilingual
# ------------ Additional parameters: languages ---------------
languages:
english: Native or bilingual # None, Conversational, Professional, Native or bilingual
Answer the following question for the default industries. Next, input your custom ones. This can include technologies, programming languages, frameworks, etc. The years of experience needs to be a whole number. Fill in the default for industries you did not list (keep in mind if it's not zero, you will get your application seen more often).
# ------------ Additional parameters: years of INDUSTRY experience ---------------
# How many years of TECHNOLOGY experience do you currently have? (whole numbers only)
industry:
# normal ones
Accounting/Auditing: 0
Administrative : 0
Advertising : 0
Analyst : 0
Art/Creative: 0
Business Development: 0
Consulting: 0
Customer Service: 0
Distribution Design: 0
Education: 0
Engineering: 0
Finance: 0
General Business: 0
Health Care Provider: 0
Human Resources: 0
Information Technology: 0
Legal: 0
Management: 0
Manufacturing: 0
Marketing: 0
Public Relations: 0
Purchasing: 0
Product Management: 0
Project Management: 0
Production: 0
Quality Assurance: 0
Research: 0
Sales: 0
Science: 0
Strategy/Planning: 0
Supply Chain: 0
Training: 0
Writing/Editing: 0
# put your custom ones here
#C++: 0
#Python: 1
# end custom ones
# default to put for any skill that you did not list
default: 0
Answer the following question for your tools and technologies. Things like programming languages, frameworks, etc. The years of experience needs to be a whole number. Fill in the default for technologies you did not list (keep in mind if it's not zero, you will get your application seen more often).
# ------------ Additional parameters: years of technology experience ---------------
# How many years of work experience do you have using TECHNOLOGY? (whole numbers only)
technology:
#python: 0
#selenium: 0
# default to put for any skill that you did not list
default: 0
Input your personal info. Include the state/province in the city name to not get the wrong city when choosing from a dropdown. The phone country code needs to be exact for the one that is on linkedin. The website is interchangable for github/portfolio/website.
# ------------ Additional parameters: personal info ---------------
personalInfo:
First Name: FirstName
Last Name: LastName
Phone Country Code: Canada (+1) # See linkedin for your country code, must be exact
Mobile Phone Number: 1234567890
Street address: 123 Fake Street
City: Red Deer, Alberta # Include the state/province as well!
State: YourState
Zip: YourZip/Postal
Linkedin: https://www.linkedin.com/in/my-linkedin-profile
Website: https://www.my-website.com # github/website is interchangable here
This is unused at the moment. For the EEO the bot will try to decine to answer for everything.
# ------------ Additional parameters: USA employment crap ---------------
eeo:
gender: None
race: None
vetran: None
disability: None
citizenship: Canadian