Hacker News Who Is Hiring API
# Hacker News Jobs Search API Search Hacker News' monthly [Who is hiring?](https://news.ycombinator.com/item?id=47975571) threads as structured, filterable data. Every comment in the thread is parsed into normalized fields: company, role, keywords, locations, work mode, employment type, salary range, visa sponsorship, and contact email. So you can ask the questions a job site lets you ask:…
Hacker News Who Is Hiring API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Jobs | ||
| GET |
getJob /jobs/{commentId} |
Fetch one parsed posting by its Hacker News comment ID. |
| GET |
searchJobs /jobs |
Returns parsed job postings from a given monthly HN thread, filtered by the supplied query parameters. All filters are AND-combined. Free-text search (`q`) is a case-insensitive… |
| Meta | ||
| GET |
listMonths /months |
Returns the list of months available in the dataset and which one `latest` resolves to. Use this to populate a month selector in your UI. |
| GET |
getRoot / |
Returns a small JSON document describing the available endpoints and their parameters. Useful as a smoke test. |
Hacker News Who Is Hiring API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $99 / month | — |
|