linkedin-jobs

Installation
SKILL.md

LinkedIn Jobs

Requires BRIGHTDATA_API_KEY environment variable.

Two operations: search (discover jobs by criteria) and fetch (get a specific job by URL or ID). Both return full raw JSON.

Search jobs

Cost: ~$1.50 per 1k records. Always use --limit to control costs. Default limit is 25.

Script paths below are relative to this skill's directory.

python3 scripts/search_linkedin_jobs.py "software engineer" \
  --location "United States" \
  --remote Remote \
  --time-range "Past month" \
  --job-type Full-time \
  --experience "Mid-Senior level" \
Related skills
Installs
35
GitHub Stars
1
First Seen
Feb 21, 2026