feat: add 5 new job scrapers with offline mock support (Fixes #22) - #145
Open
laurentketterle-hub wants to merge 7 commits into
Open
Conversation
Implements UsajobsScraper for the USAJOBS federal job board API (https://data.usajobs.gov/api/search). - Live API support with NERAJOB_USAJOBS_API_KEY env var - Deterministic offline fixtures for demo/testing when no API key - Graceful fallback on network/API errors - Registered in scrapers registry - 14 unit tests covering offline mode, filtering, limit, remote detection, error handling, and env var configuration Fixes mergeos-bounties#8
Adds production-ready scrapers for 5 public job APIs: - landingjobs (Landing.jobs public API) - nodesk (NoDesk remote jobs) - jobspresso (Jobspresso curated remote jobs) - euremote (EU Remote jobs) - wr_programming (We Work Remotely programming RSS) Each scraper: - Implements BaseScraper.search(query, location, limit) - Falls back to offline fixtures on network failure - Supports NERAJOB_*_OFFLINE env var for CI/testing - Registered in scrapers/registry.py Fixes mergeos-bounties#22
🔍 QA Verification Report — PR #145 (Bounty #64)Target: #145 — feat: add 5 new job scrapers with offline mock support Commands run
GitHub ActionsNo check-runs visible at review time. Manual verification
Evidence status
Final recommendationNeeds maintainer review — new scraper logic passes its tests; 8 HTTP-client failures are environment-dependent but should be confirmed against CI before merge. Verifier: @2754504154-dev |
Author
|
/claim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds 5 production-ready job scrapers for NeraJob issue #22.
New Scrapers
Features
Testing
Fixes #22