# AI/ML Infrastructure Jobs — Databricks, Shield AI, OpenAI

**Use case:** 

Find AI, ML, platform, infrastructure, and LLM jobs across Greenhouse, Lever, and Ashby with unified fields and relevance scoring.

## Input

```json
{
  "targets": [
    {
      "company": "Databricks",
      "ats": "greenhouse",
      "slug": "databricks"
    },
    {
      "company": "Shield AI",
      "ats": "lever",
      "slug": "shieldai"
    },
    {
      "company": "OpenAI",
      "ats": "ashby",
      "slug": "OpenAI"
    }
  ],
  "keywords": [
    "AI",
    "ML",
    "machine learning",
    "LLM",
    "Kubernetes",
    "GPU",
    "inference",
    "platform",
    "infrastructure",
    "MLOps",
    "LLMOps"
  ],
  "maxJobsPerCompany": 50,
  "maxItems": 100,
  "minRelevanceScore": 60,
  "includeGenericEngineering": true,
  "includeDataPlatform": true,
  "includeNonEngineering": false,
  "locations": [],
  "postedOrUpdatedWithinDays": 365,
  "mode": "full",
  "enableDeltaMode": false,
  "deltaKey": "default",
  "emitUnchangedInDeltaMode": false
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "ats": {
    "label": "ATS",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "roleFamilies": {
    "label": "Role families",
    "format": "array"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "remoteType": {
    "label": "Remote type",
    "format": "string"
  },
  "relevanceScore": {
    "label": "Relevance score",
    "format": "integer"
  },
  "detectedSkills": {
    "label": "Detected skills",
    "format": "array"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "absoluteUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "whyItMatches": {
    "label": "Why it matches",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ATS Jobs + Tech-Stack & Hiring-Signal Intelligence](https://apify.com/catalini82/ats-jobs-tech-stack-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/catalini82/ats-jobs-tech-stack-intelligence) to learn more, explore other use cases, and run it yourself.