Problem Statement: LinkedIn's Saved Jobs feature has a limit of 2000 job listings. Once this limit is reached, users cannot save new job listings without removing some of the old ones. This script is designed to help users automatically remove archived saved jobs, allowing them to save new listings without manual intervention.
Use this script at your own discretion. It automates actions on your LinkedIn profile, and while it's designed to be safe and only remove archived saved jobs, unforeseen circumstances might cause different behavior. Always back up your data, and understand the implications of automated scripts.
- Google Chrome Browser
- LinkedIn profile with archived saved jobs at: https://www.linkedin.com/my-items/saved-jobs/?cardType=ARCHIVED
-
Navigate to LinkedIn's Archived Saved Jobs: Open your Google Chrome browser and go to https://www.linkedin.com/my-items/saved-jobs/?cardType=ARCHIVED. Ensure you're logged in to your LinkedIn profile.
-
Open Chrome Developer Console:
- Right-click anywhere on the LinkedIn page.
- Select
Inspect
from the context menu. - Navigate to the
Console
tab in the inspection panel.
-
Run the Script:
- Copy the entire script.
- Paste it into the Chrome Developer Console.
- Press
Enter
to execute the script.
-
Monitor the Process: The script will begin to automatically click and remove each archived saved job. Monitor the process to ensure it runs smoothly.
-
Complete: Once the script finishes its operation, all your archived saved jobs should be removed. Close the Developer Console.
If you encounter any issues or have improvements to suggest, please raise a Pull Request or leave a comment on the LinkedinSavedJobRemovalScript repository.