Yc Jobs Scraper
Scrape daily job listings from YCombinator's Workatastartup platform without duplicates.
npx skills add Varnan-Tech/opendirectoryDescription
Scrape daily job listings from YCombinator's Workatastartup platform without duplicates. Use this skill when asked to scrape YC jobs, update the YC companies list, or retrieve the latest startup jobs. It handles authentication, extracts company slugs via Inertia.js JSON payloads, falls back to public YC job pages when necessary, and maintains a local SQLite database to track historical jobs and...
What this skill does
- 1Authenticates to Workatastartup.com once via Playwright and saves the session for subsequent headless runs.
- 2Extracts company slugs from hidden Inertia.js JSON payloads on YC query pages, bypassing standard scraping blocks.
- 3Falls back to parsing public HTML job cards from ycombinator.com company pages if JSON extraction fails.
- 4Tracks every company slug and job ID in a local SQLite database, returning only net-new jobs on each run.
- 5Supports direct database queries to count companies, view recent jobs, or export the full dataset for analysis.
When to use
- You want a daily feed of new YC startup job postings as a hiring signal for outbound prospecting.
- You are building a YC company list and want structured job data without manually scraping each company page.
- You need deduplication built in so repeated runs only surface jobs that appeared since the last check.
Tools used
Best for
Format
Frequently asked questions
What is Yc Jobs Scraper?
Yc Jobs Scraper is a Claude Code skill for sourcing by Varnan Tech. Scrape daily job listings from YCombinator's Workatastartup platform without duplicates.
When should I use Yc Jobs Scraper?
You want a daily feed of new YC startup job postings as a hiring signal for outbound prospecting. You are building a YC company list and want structured job data without manually scraping each company page.
How do I install Yc Jobs Scraper?
Run the install command (npx skills add Varnan-Tech/opendirectory). Once the skill is in place, Claude Code loads it automatically whenever a task matches what it does.
Is Yc Jobs Scraper free to use?
Yes. Yc Jobs Scraper is open source under the MIT license, published in the Varnan-Tech/opendirectory repository on GitHub.