Getting Started with job104-cli: Search 104 Jobs from Your Terminal
Wei-Ren Lan ·
Getting Started with job104-cli
job104-cli is a fast, lightweight CLI tool that lets you search Taiwan’s 104 Job Bank directly from your terminal.
Installation
Install with Homebrew (macOS):
brew install MIBlue119/tap/job104-cli
Or use uv (cross-platform):
uv tool install job104-cli
Search Jobs
After installation, search jobs immediately:
job104 search "Python"
Add Filters
job104 search "Backend Engineer" --area 台北市 --salary-low 50000 --remote 完全遠端
View Job Details
job104 show 1
Export Results
job104 export "AI Engineer" --format csv
Login to Your Account
To use personal center features (applied jobs, bookmarks, etc.), log in first:
job104 login
job104-cli automatically reads 104 cookies from your browser — no username or password needed.
Next Steps
- Check out the full documentation on GitHub
- Explore 23+ commands and 20+ filter options
- Try JSON output mode:
job104 search "Python" --json