
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@chanmeng666/linkedin-jobs-search-cli
Advanced tools
Agent-first CLI for the LinkedIn Jobs Search API. JSON to stdout, problem+json to stderr.
@chanmeng666/linkedin-jobs-search-cliAgent-first CLI for the LinkedIn Jobs Search API. Binary: lja.
npm i -g @chanmeng666/linkedin-jobs-search-cli
# OR (no install):
npx @chanmeng666/linkedin-jobs-search-cli search --keyword rust
Only one input is required:
LJA_API_KEY — lja_<keyId>_<secret> token. Mint via the dashboard (cookie-auth only).The base URL defaults to the live deployment, so this works out of the box:
export LJA_API_KEY="lja_..."
lja search --keyword rust --location Remote
Both values can also be passed as flags, and the base URL overridden for self-hosting. Precedence is flag > env > default:
| Input | Flag | Env | Default |
|---|---|---|---|
| API key | --api-key | LJA_API_KEY | (required) |
| Base URL | --base-url | LJA_BASE_URL | https://linkedin-jobs-search.chanmeng-dev.workers.dev |
Both lja search and lja export are billable. Free tier: 50 searches + 5 exports per calendar month. Paid tier: 1,000 searches + 100 exports included on a metered Stripe subscription, plus per-event overage. Each command exits with code 5 if quota is exhausted (problem+json code: "quota_exceeded" printed to stderr). Pass --verbose to see remaining quota on every billable call.
data payload directly.application/problem+json to stderr, verbatim from the API. Local argument problems (unknown command/flag, missing --id, bad --status/--format) are emitted in the same shape with code: "validation_error" and exit 4.--verbose: emits one extra lja:meta line to stderr with quota / cache / rate-limit headers (X-Quota-*, X-RateLimit-*, X-Cache). stdout stays pure JSON, so 2>/dev/null always leaves machine-readable output.code field):
0 ok1 unauthorized2 forbidden3 not_found4 validation_error (server-side or local argument errors)5 quota_exceeded6 rate_limited7 internal_error8 network/IO error or missing API key9 unknown10 invalid_token (export download token signature invalid)11 expired_token (export download token expired)12 export_expired (R2 object lifecycle-deleted)There is no interactive mode. No prompts, no spinners, no --json flag (always JSON). --help is plain text and stable — agents may cache it.
Commands mirror the MCP tool names; presets update/presets delete, history delete, and usage list extend the set for full CRUD (the MCP tool names themselves stay locked).
| Command | Backing route | MCP tool |
|---|---|---|
lja search | POST /api/jobs | search_jobs |
lja countries list | GET /api/jobs | list_countries |
lja saved list | GET /api/user/saved-jobs | list_saved_jobs |
lja saved save | POST /api/user/saved-jobs | save_job |
lja saved update | PUT /api/user/saved-jobs | update_saved_job_status |
lja saved delete | DELETE /api/user/saved-jobs | delete_saved_job |
lja export | POST /api/export | export_saved_jobs |
lja subscription get | GET /api/billing/subscription | get_subscription |
lja presets list | GET /api/user/presets | list_search_presets |
lja presets save | POST /api/user/presets | save_search_preset |
lja presets update | PUT /api/user/presets | — (CRUD completeness) |
lja presets delete | DELETE /api/user/presets | — (CRUD completeness) |
lja history list | GET /api/user/search-history | list_search_history |
lja history delete | DELETE /api/user/search-history | — (CRUD completeness; omit --id to clear all) |
lja usage list | GET /api/user/usage | — (CRUD completeness) |
lja keys list | GET /api/keys | — (cookie-only; exits 2 forbidden) |
Run lja <group> --help (e.g. lja saved --help) for the options on each group.
MIT.
FAQs
Agent-first CLI for the LinkedIn Jobs Search API. JSON to stdout, problem+json to stderr.
We found that @chanmeng666/linkedin-jobs-search-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.