LinkedIn Jobs Scraper
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The skill is a standard web scraper for LinkedIn job postings using public, unauthenticated endpoints. It uses the `requests` and `BeautifulSoup` libraries in `scraper.py` to fetch and parse job data, implementing basic rate-limiting and User-Agent rotation to avoid blocks. The code only interacts with LinkedIn's official guest search API and saves results to local files specified by the user, with no evidence of data exfiltration, malicious execution, or prompt injection in the documentation.
