Fixed skill and industry filters that were silently ignored. They were sent as flat
skills_include / skills_exclude keys, but the search API binds nested skills and
industries objects, so the request succeeded and no filter was ever applied — which
meant the iterative narrower's only lever had never once taken effect while the run log
reported that it had narrowed. Industry requirements were extracted from your criteria
but never sent at all; they now are.
- Fixed
posted_after date-filter handling.
- Maintenance: documentation and reference updates.
- Opt-in company enrichment:
include_company_details attaches the full company profile to matched jobs.
- New "Company details" output view.
- Redesigned as an autonomous agent: describe your ideal job in one free-text
query; the AI plans the search, narrows it against live facet counts, and deep-scores every candidate 0–100 with reasoning.
- Full
reasoning_log written to the key-value store (planning, narrowing, and scoring steps with facet snapshots).
- Searches all 150+ ATS platforms via the Jobo Connect v2 API.