This Python script uses Selenium to automate the process of applying for jobs on LinkedIn. It handles logging into your LinkedIn account, navigating to the jobs page, and clicking the apply button on job listings.
⚠️ Note: Using automated scripts to interact with LinkedIn can violate their terms of service. Use this script responsibly and at your own risk.
- Python 3.x
- Selenium WebDriver
- Google Chrome (or any other Selenium-supported browser)
-
Clone this repository.
git clone https://github.com/Agueria/Automation_Linkedin_Application.git
-
Navigate to the project directory.
cd Automation_Linkedin_Application
-
Install the required Python packages.
pip install selenium pip install webdriver-manager
-
Update
main.py
(or whatever you named the script) with your LinkedIn credentials and desired job search keywords. -
Run the script.
python main.py
-
Manually complete any CAPTCHAs that appear.
-
The script will automatically apply to job listings.
Feel free to fork this repository, make changes, and open a pull request. Any contributions are welcome.
This project is under the MIT License. See LICENSE.md
for more information.
This script is for educational purposes only. Neither the author nor GitHub is responsible for any misuse of this script.