# AI infrastructure jobs from HN Who’s Hiring

**Use case:** 

Find AI, LLM, MLOps, platform, infrastructure, and engineering jobs from Hacker News Who’s Hiring with structured fields and relevance scoring.

## Input

```json
{
  "monthsBack": 2,
  "maxThreads": 2,
  "maxItems": 150,
  "minFitScore": 40,
  "includeGenericInfra": true,
  "includeDevOpsSre": true,
  "includeDataPlatform": true,
  "locations": [],
  "keywords": [
    "AI",
    "ML",
    "machine learning",
    "LLM",
    "LLMOps",
    "MLOps",
    "infrastructure",
    "platform",
    "Kubernetes",
    "GPU",
    "inference",
    "model serving",
    "RAG"
  ]
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "roleTitles": {
    "label": "Role titles",
    "format": "array"
  },
  "locationRaw": {
    "label": "Location raw",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "string"
  },
  "salaryRaw": {
    "label": "Salary raw",
    "format": "string"
  },
  "roleFamilies": {
    "label": "Role families",
    "format": "array"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "aiInfraScore": {
    "label": "AI infra score",
    "format": "integer"
  },
  "confidence": {
    "label": "Confidence",
    "format": "string"
  },
  "detectedSkills": {
    "label": "Detected skills",
    "format": "array"
  },
  "hnUrl": {
    "label": "HN URL",
    "format": "string"
  },
  "whyItMatches": {
    "label": "Why it matches",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HN Who’s Hiring AI Infrastructure Extractor](https://apify.com/catalini82/hn-whos-hiring-ai-infra) with a specific input configuration. Visit the [Actor detail page](https://apify.com/catalini82/hn-whos-hiring-ai-infra) to learn more, explore other use cases, and run it yourself.