Some checks failed
CI / Linting (Biome) (push) Failing after 41s
CI / Tests (push) Successful in 5m27s
CI / Type Check (adzuna-extractor) (push) Successful in 1m9s
CI / Type Check (gradcracker-extractor) (push) Successful in 1m13s
CI / Type Check (hiringcafe-extractor) (push) Successful in 1m9s
CI / Type Check (orchestrator) (push) Successful in 1m24s
CI / Type Check (startupjobs-extractor) (push) Successful in 1m8s
CI / Type Check (ukvisajobs-extractor) (push) Successful in 1m9s
CI / Documentation (push) Successful in 1m59s
Add blockedCountries in Settings so pipeline discovery drops jobs whose location mentions listed countries (existing discovered rows are kept). Document the feature, fix smoke tsconfig inheritance for nested extractors, and run smoke via an absolute-tsconfig wrapper. Co-authored-by: Cursor <cursoragent@cursor.com>
Adzuna Extractor
Minimal extractor that pulls jobs from Adzuna's search API and writes a dataset for orchestrator ingestion.
Environment
ADZUNA_APP_ID(required)ADZUNA_APP_KEY(required)ADZUNA_COUNTRY(default:gb)ADZUNA_SEARCH_TERMS(JSON array or|/ comma / newline-delimited)ADZUNA_LOCATION_QUERY(optional city/location text passed to Adzunawhere)ADZUNA_MAX_JOBS_PER_TERM(default:50)ADZUNA_RESULTS_PER_PAGE(default:50, max50)ADZUNA_OUTPUT_JSON(default:storage/datasets/default/jobs.json)JOBOPS_EMIT_PROGRESS=1to emitJOBOPS_PROGRESSevents