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.
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
Delete the jobhunt file you downloaded. Data is in {{ data_dir }}.
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 %}.