Career-Ops Fork Adds LinkedIn Job Discovery Using Apify

What This Fork Adds
A developer has forked the open-source career-ops project by u/Beach-Independent and added LinkedIn as a job discovery source using Apify. The original career-ops system evaluates job listings, generates tailored CVs, and tracks application pipelines, but was limited to scanning pre-configured company career pages.
Key Features
- Searches LinkedIn by keywords, not limited to a fixed company list
- Command:
node apify-linkedin.mjs --search "AI Engineer" --location "Remote"finds matching jobs - Caches full job descriptions offline for evaluation
- Deduplicates against existing pipeline to avoid re-evaluations
- If company has direct application page → goes there. If not → applies via LinkedIn
- Plugs into existing career-ops pipeline (scan → evaluate → PDF → track)
Setup and Costs
- Sign up at apify.com (free tier with $5/month credits)
- Run
apify login - Add keywords to
portals.yml - Costs approximately $0.50 per 1,000 jobs scraped
Project Links
- Fork: https://github.com/kovalov/career-ops-linkedin
- Original: https://github.com/santifer/career-ops
📖 Read the full source: r/ClaudeAI
👀 See Also

SpecLock: Open Source Constraint Engine for AI Coding Agents
SpecLock is an MCP server that actively enforces constraints on AI coding agents like Claude Code. It blocks violations with semantic conflict warnings using synonym expansion, negation detection, and destructive action flagging.

OpenClaw iOS app adds historical Apple Health data sync up to 18 months
The latest version of the OpenClaw iOS app enables historical Apple Health data export, allowing users to sync up to 18 months of health data to their agent for personalized insights or AI training.

Jeeves: TUI for Browsing and Resuming AI Agent Sessions
Jeeves is a terminal user interface that lets you search, preview, and resume AI agent sessions from Claude Code, Codex, and OpenCode in a single view. It's written in Go and available via multiple package managers including Homebrew, Nix, and Go install.

ANE Optimization Through Phone-Steered AI Experiments Shows Kernel Fusion Benefits
A developer ran 55 experiments on Apple Neural Engine optimization, steering the process from their phone using Claude for brainstorming. Key improvements included fusing 3 ANE kernels into 1 mega-kernel, reducing validation loss from 3.75 to 2.49 and step time from 176ms to 96ms.