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

Mozilla Thunderbolt: Open-Source Enterprise AI Client for Self-Hosted Infrastructure
Mozilla announced Thunderbolt, an open-source AI client under MPL 2.0 license designed for organizations to deploy self-hosted AI infrastructure with model choice, enterprise data integration, and cross-platform native applications.

Claude Code Built Treelo: A Free Video Transcription Tool
A video editor used Claude Code to build Treelo, a free tool that transcribes video/audio files, removes filler words, allows SFX placement at exact timestamps, and exports SRT for Premiere or ASS for DaVinci Resolve.

Replacing Kafka, Redis, and RabbitMQ with NATS: A Developer's Experience
A developer replaced Kafka, Redis, and RabbitMQ with NATS in their architecture, sharing specific implementation details and lessons learned from consolidating multiple messaging systems into one tool.

LoreConvo: MCP Server Adds Persistent Session Memory to Claude Code
LoreConvo is an MCP server that provides Claude Code with persistent session memory, automatically saving and loading context between sessions. It saves 3,000-8,000 tokens per session by eliminating re-contexting overhead.