Hn Who Is Hiring Scraper
Pricing
$2.00 / 1,000 per job extracteds
Hn Who Is Hiring Scraper
Extract every job post from the monthly Hacker News "Who Is Hiring?" thread into clean JSON. Auto-detects the latest thread. Parses company, role, salary, remote status, tech stack, and apply link. Perfect for job seekers, recruiters, and developers building job aggregators.
Pricing
$2.00 / 1,000 per job extracteds
Rating
0.0
(0)
Developer

Anthony Aivaliotis
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Hacker News: Who Is Hiring Scraper
Extracts and parses every job post from the monthly Hacker News "Ask HN: Who Is Hiring?" thread into clean, structured JSON — no manual reading required.
Why this exists
Each monthly HN hiring thread contains hundreds of raw comment-style job posts. Finding relevant roles means reading thousands of lines of unstructured text. This actor does it for you automatically.
Use Cases
- Job seekers — filter by tech stack, remote status, or salary in seconds
- Recruiters — monitor who's hiring in the HN community each month
- Market researchers — track hiring trends, in-demand tech stacks, salary ranges over time
- Newsletter writers — curate and republish structured job listings
Input
| Field | Type | Description |
|---|---|---|
month | string | Month to scrape e.g. March. Leave blank for the latest thread. |
year | integer | Year e.g. 2026. Leave blank for the latest thread. |
maxPosts | integer | Max job posts to extract (default: 200, max: 1000) |
Output
| Field | Description |
|---|---|
company | Hiring company name |
roles | Job titles extracted from the post |
salary | Salary range if mentioned |
remote | Work arrangement (Remote / Hybrid / Onsite) |
tech_stack | Technologies mentioned |
apply | URL or email to apply |
hn_link | Direct link to the original HN comment |
thread | The thread this was scraped from |
Example Output
{"company": "Stripe","roles": "Software Engineer, Backend Engineer","salary": "$180k - $220k","remote": "Hybrid","tech_stack": "Ruby, Go, PostgreSQL, AWS","apply": "https://stripe.com/jobs","hn_link": "https://news.ycombinator.com/item?id=123456","thread": "Ask HN: Who is hiring? (March 2026)"}