A simple Python script that automates LinkedIn job post discovery by scraping the latest posts made by recruiters.
It filters posts based on parameters you define (like keywords or locations) and outputs a .md file with the relevant results.
- Uses LinkedIn post search (not job board)
- Filters by:
- Keywords (tech stack, roles)
- Location
- Email presence
- Outputs a clean
.mdfile with:- Post link
- Timestamp
- Formatted content (suitable for manual review)
- Ignores posts with Gmail addresses (for cleaner outreach)
- Optionally collects public recruiter email (non-Gmail only)
- Clone the repo:
git clone https://github.com/yourusername/advance-search-linkedin cd advance-search-linkedin - Edit .env file
- python main.py
This tool uses automation on LinkedIn. Use responsibly, and do not abuse platform limitations. It's built for learning and outreach streamlining — not for spam or commercial scraping.