Shaheer Sarfaraz eed5c2adba
Gemini api key issue (#204)
* uggo ternary fix

* fix ai studio url

* service returns a 403 if unauthed

* pass validation correctly

* fix response format

* Update orchestrator/src/client/pages/settings/utils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix nested ternaries client

* server fix

* Address PR #204 review feedback and stabilize CI

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-20 00:01:34 +00:00
..
2026-02-20 00:01:34 +00:00

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_MAX_JOBS_PER_TERM (default: 50)
  • ADZUNA_RESULTS_PER_PAGE (default: 50, max 50)
  • ADZUNA_OUTPUT_JSON (default: storage/datasets/default/jobs.json)
  • JOBOPS_EMIT_PROGRESS=1 to emit JOBOPS_PROGRESS events