# Hacker News Who's Hiring Jobs Latest Results

**Use case:** 

Latest Results of Hacker News Who's Hiring Jobs. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "month": "current",
  "keyword": "",
  "remoteOnly": false,
  "minSalary": 0,
  "stack": ""
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "visa": {
    "label": "Visa",
    "format": "boolean"
  },
  "stackText": {
    "label": "Stack",
    "format": "text"
  },
  "threadMonth": {
    "label": "Month",
    "format": "text"
  },
  "hnUser": {
    "label": "Posted By",
    "format": "text"
  },
  "hnCommentUrl": {
    "label": "Comment",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hacker News Who's Hiring Jobs Scraper](https://apify.com/parseforge/hn-whoishiring-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hn-whoishiring-scraper) to learn more, explore other use cases, and run it yourself.