# HN Who is hiring jobs — example run

**Use case:** 

Turns the monthly Ask HN: Who is hiring? thread into structured job records — company, location and apply hints — as clean JSON.

## Input

```json
{
  "threadType": "hiring",
  "searchScope": "all",
  "maxItems": 8,
  "maxAgeHours": 0,
  "onlyNewSinceLastRun": false,
  "aiEnrichment": false,
  "aiTrendDigest": false,
  "aiProvider": "anthropic",
  "aiModel": "claude-haiku-4-5-20251001",
  "mistralModel": "mistral-small-latest",
  "openaiModel": "gpt-4.1-mini",
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Hacker News Scraper — Who Is Hiring Jobs + HN Search](https://apify.com/nomad-agent/hackernews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/hackernews-scraper) to learn more, explore other use cases, and run it yourself.