{% include "_nav.html" %}

Settings

API Keys (optional)

These are optional. Without them, jobhunt still searches 100+ companies. Adding keys unlocks extra job sources.

Updates

Current version: v{{ version }}. Check shows what's available; install runs the upgrade and asks you to restart.

Sources

{% if source_health.total > 0 %} {% if source_health.offline > 0 or source_health.attention > 0 %}

{% if source_health.offline > 0 %} {{ source_health.offline }} offline {% if source_health.attention > 0 %} · {% endif %} {% endif %} {% if source_health.attention > 0 %} {{ source_health.attention }} returning no jobs {% endif %} of {{ source_health.total }} checked.

jobhunt auto-skips a source after 3 consecutive failures. To investigate manually, see the Source Health page or run jobhunt doctor in a terminal.

{% else %}

All {{ source_health.total }} sources reporting healthy. View details.

{% endif %} {% else %}

No source data yet — run a refresh from the main page first.

{% endif %}

Data

Delete all scraped jobs. Your saved searches, CV, and API keys are kept.

About

Version{{ version }}
Platform{{ platform }}
Installed via{{ install_method }}
Data folder{{ data_dir }}

Uninstall

{% if install_method == 'binary' %}

Delete the jobhunt file you downloaded. Data is in {{ data_dir }}.

{% else %}

Removes jobhunt from your machine. Your saved data ({{ data_dir }}) stays unless you delete it manually.

Prefer the terminal? Run {% if install_method == 'uv' %}uv tool uninstall jobhunt-app {% elif install_method == 'pipx' %}pipx uninstall jobhunt-app {% else %}pip uninstall jobhunt-app{% endif %}.

{% endif %}