Automate job applications on LinkedIn using Python and Playwright.
This script navigates LinkedIn Jobs, searches for positions, applies the Easy Apply filter, and automates submitting applications with default responses.
- Search for jobs by keyword
- Filter jobs using Easy Apply
- Automatically navigate the application steps
- Fill text boxes and select "Yes" for dropdowns
- Submit the application and close confirmation dialogs
- Iterate over multiple pages of job listings
- Python 3.9+
- Playwright
Install dependencies using:
pip install playwright
python -m playwright install