feat(job_scout): expand to 19 companies + new adapters, filters, dedup

- New SmartRecruiters adapter (EU energy/commodity firms)
- Add data-infra US tech (Confluent/GitLab/ClickHouse/Grafana) and
  commodity/energy traders (MET Group/Vitol/Louis Dreyfus)
- Headless stealth (navigator.webdriver mask + chrome fingerprint) — unblocks
  Google; also enabled Meta and Cisco scraping
- Tight title prefilter + title-only scoring + cross-region dedup so
  high-volume all-remote boards don't flood the report
- Remove Canonical (below-market pay, poor culture) and IBM Research
  (research-scale pay below bar; weak data-eng fit) per reputation review

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 12:38:35 +02:00
parent eeec77b1e3
commit 3b07c4b900
3 changed files with 83 additions and 19 deletions
+2 -1
View File
@@ -82,7 +82,8 @@
"Bash(job_scout/.venv/Scripts/python.exe job_scout/scout.py --only=google)",
"Bash(job_scout/.venv/Scripts/python.exe -c ' *)",
"Bash(job_scout/.venv/Scripts/python.exe job_scout/scout.py --only=meta)",
"Bash(job_scout/.venv/Scripts/python.exe job_scout/scout.py --only=cisco --include-weak)"
"Bash(job_scout/.venv/Scripts/python.exe job_scout/scout.py --only=cisco --include-weak)",
"Bash(job_scout/.venv/Scripts/python.exe job_scout/scout.py --only=confluent)"
]
}
}