CLI

Run the same detector from your terminal, shell scripts, or local automation. The npm package ships the CLI wrapper and bundled Python detector.

Install and run

Run once
npx howoldisthisjob https://jobs.lever.co/skio/bbdd5a7b-652a-43ad-b92e-58f4e970c694
Install globally
npm install -g howoldisthisjob
Start the local API
npx --package howoldisthisjob howoldisthisjob-api --host 127.0.0.1 --port 8000

Requires Node.js for the npm entrypoint and Python 3.11 or newer for the detector runtime.

Output

Results are printed as JSON so they can be piped into tools like `jq`, saved in CI logs, or consumed by another script.

likely_posted_datelikely_age_daysconfidencereposted_likelychosen_sourceall_dateswarnings

Package

Published on npm as `howoldisthisjob`. It exposes two commands: `howoldisthisjob` for one-off checks and `howoldisthisjob-api` for a local HTTP server.

View npm package