The HN 'Who is Hiring' thread holds hundreds of jobs in one giant unsorted comment dump you can't filter. This scraper reads the whole thread and turns each posting into a clean row.
The HN 'Who is Hiring' thread holds hundreds of jobs in one giant unsorted comment dump you can't filter. This scraper reads the whole thread and turns each posting into a clean row.
You end up with a filterable table: company, role, location, remote policy, stack, and salary when listed. Sort for remote Rust roles in Europe in seconds instead of scrolling a thousand-comment page.
How it runs
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Parse each posting into company, role, location, stack, remote policy, and salary if given.
pending
Normalize messy free text into consistent fields and drop non-job replies.
pending
Write the structured rows to Airtable or a sheet you can filter and sort.
pending
Sample output
json
// Sample output
// (generated when the pipeline finishes)
Parse each HN hiring comment into JSON {company, role, location, remote, stack[], salary}; leave fields null when absent and skip non-postings.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.