Settings
API Keys (optional)
These are optional. Without them, jobhunt still searches 100+ companies. Adding keys unlocks extra job sources.
Updates
Check for a newer version and install it.
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 }}.
Run this in your terminal:
uv tool uninstall jobhunt-app
{% elif install_method == 'pipx' %}
Run this in your terminal:
pipx uninstall jobhunt-app
{% else %}
Run this in your terminal:
pip uninstall jobhunt-app
{% endif %}