List Who is Hiring jobs
hackernews_jobs_who_is_hiring_listList top-level jobs from the monthly Hacker News Who is Hiring thread (latest thread, or a YYYY-MM month). Returns a list (use page/pageSize when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index of top-level hiring comments. | |
| limit | No | Job rows per page (1–50). Default: 20. Prefer this over `pageSize`. | |
| month | No | Calendar month (YYYY-MM) to pin a Who is Hiring thread. Default: latest thread. | |
| pageSize | No | Deprecated alias for `limit`. When both are set, `limit` wins. |