I built a job search engine for Claude Code. It read 10,000+ postings against my resume and picked 190. I applied and got 2 offers.

Reddit r/AI_Agents Tools

Summary

A developer open-sourced Pinloop, a CLI that leverages Claude Code to automatically screen thousands of job postings from 40+ hiring systems against a resume and preferences, narrowing 10,000+ listings to 190 applications and yielding two offers.

Quick backstory: In July I was spending hours every day scrolling through LinkedIn, Indeed, etc. I got fed up and quit searching for internships by hand. Every application I send gets screened by AI anyway, so I built the screener for my side. Two months later: Claude has read about 10k postings against my resume and preferences. Out of those it told me to apply to 190. I applied and ended up with 2 offers! What it is: The engine is an open-source CLI I built called Pinloop. Claude Code runs it to search through the database's thousands of live postings pulled from 40+ hiring systems (Greenhouse, Workday, YCombinator, etc.), which is where companies actually post, refreshed hourly. It doesn't scrape LinkedIn or Indeed so it doesn't get blocked. Every night Claude Code pulls what went up that day, reads each posting against my resume and the rest of my profile, and writes a verdict with its reasoning. The good fits land in a list I check in the morning. Basically, Claude decides what deserves my time, and I apply. To try it: You can use it for free by pasting "Run npm install -g pinloop, then run pinloop welcome and follow the instructions." into Claude Code. $20 a month is only if you want routines to run unattended and LLM calls to judge and save postings. A guide comes with the CLI so Claude Code knows the commands, and it'll walk you through setup. It's still early. Right now it only covers software and tech internships and early-career roles in the US, and Europe and Canada are the first thing I want to add based on feedback. I'd really appreciate any more feedback and testers! (Links + demo video in comments)
Original Article

Similar Articles