Find new boards from Hacker News 'Who is hiring?'
scan_hiring_threadScans the monthly 'Ask HN: Who is hiring?' thread for employer ATS board links, verifies they serve postings, and optionally saves new leads to companies.json.
Instructions
Scans a monthly Hacker News 'Ask HN: Who is hiring?' thread for links to employers' own ATS boards, verifies each one actually serves postings, and optionally saves the new ones to companies.json. This is a lead source, not a job source: the thread's prose cannot be gated on reliably, so only the board slug is taken and discover_jobs then ingests every role at that company with full structured pay and location. Free to call — it uses the public Hacker News API and no third-party scraping credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Save verified new boards to companies.json. Defaults to false, so a scan is read-only unless asked. | |
| tier | No | Company tier to record for saved boards. Defaults to C, since a thread post is not evidence of tier. | |
| limit | No | Maximum leads to verify. Each costs one request. | |
| threadId | No | Hacker News item id. Defaults to the most recent monthly thread. |