Career-Ops Fork Adds LinkedIn Job Discovery Using Apify

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
Career-Ops Fork Adds LinkedIn Job Discovery Using Apify
Ad

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)
Ad

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

Ad

👀 See Also

Lat.md: A Markdown-Based Knowledge Graph for Codebases
Tools

Lat.md: A Markdown-Based Knowledge Graph for Codebases

Lat.md creates a knowledge graph for codebases using interconnected markdown files in a lat.md/ directory. It addresses scaling issues with monolithic documentation by linking sections with [[wiki links]], connecting to source code via comments like // @lat: [[section-id]], and providing CLI tools for validation and search.

OpenClawRadar
LLMSpend: Open-source cost tracker for Anthropic and OpenAI SDKs
Tools

LLMSpend: Open-source cost tracker for Anthropic and OpenAI SDKs

LLMSpend is a Python library that adds cost tracking to Anthropic and OpenAI SDK calls with two lines of code. It provides local SQLite storage, CLI reporting, and a web dashboard without sending data externally.

OpenClawRadar
CostClaw: Free Local Cost Tracking Dashboard for OpenClaw Agents
Tools

CostClaw: Free Local Cost Tracking Dashboard for OpenClaw Agents

CostClaw is a free, local plugin that captures every LLM call via OpenClaw's native hooks and provides a dashboard showing model breakdowns, per-session costs, and hourly spend charts. The developer discovered their heartbeat agent was running Claude Sonnet every 3 minutes 24/7, costing $60/month, and switching to Haiku cut their bill by ~65%.

OpenClawRadar
Open-source Claude skill for management consulting frameworks and case studies
Tools

Open-source Claude skill for management consulting frameworks and case studies

A free, MIT-licensed Claude skill provides structured reference material for management consulting work, including frameworks, industry context, and case studies. The project consists of 80+ markdown files organized by domain and seeks contributors to expand coverage.

OpenClawRadar