Files
Jobber/extractors/jobspy/requirements.txt
T
ilia 40c7cdece3
CI / skip-ci-check (pull_request) Successful in 8s
CI / docker-ci (pull_request) Successful in 10s
CI / secret-scan (pull_request) Successful in 7s
feat: add Google Jobs extractor and fix scraper reliability gaps
Ship a Camoufox-backed Google Jobs source, restore Glassdoor results discarded by a python-jobspy GraphQL quirk, and fix Himalayas/Gradcracker zero-job failures. Also harden prior-skip dismiss matching and multi-profile basic-auth switching for CA/US runs.
2026-07-09 15:11:53 -04:00

9 lines
410 B
Plaintext

# python-jobspy requires Python 3.10+ (wheels not published for 3.9 and below).
#
# Pinned to 1.1.82: scrape_jobs.py monkeypatches Glassdoor._fetch_jobs_page
# to work around an upstream bug where any partial GraphQL error (even for
# unrelated fields) discards a whole page of valid job data. If bumping this
# version, re-check that method still matches before removing the pin.
python-jobspy==1.1.82
pandas