# AI/ML roles across public Greenhouse boards

**Use case:** 

Find AI, ML, platform, infrastructure, and engineering roles from selected public Greenhouse boards with detected skills, relevance scores, and whyItMatches.

## Input

```json
{
  "boardTokens": [
    "databricks",
    "anthropic",
    "cloudflare",
    "scaleai"
  ],
  "keywords": [
    "AI",
    "ML",
    "machine learning",
    "LLM",
    "infrastructure",
    "platform",
    "Kubernetes"
  ],
  "maxJobsPerBoard": 50,
  "maxItems": 100,
  "minRelevanceScore": 25,
  "includeGenericEngineering": true,
  "includeDataPlatform": true,
  "includeNonEngineering": false,
  "locations": [],
  "fetchContent": false,
  "postedOrUpdatedWithinDays": 365
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "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"
  },
  "confidence": {
    "label": "Confidence",
    "format": "string"
  },
  "detectedSkills": {
    "label": "Detected skills",
    "format": "array"
  },
  "absoluteUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "whyItMatches": {
    "label": "Why it matches",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Greenhouse Public Jobs Tech Stack Extractor](https://apify.com/catalini82/greenhouse-public-jobs-tech-stack) with a specific input configuration. Visit the [Actor detail page](https://apify.com/catalini82/greenhouse-public-jobs-tech-stack) to learn more, explore other use cases, and run it yourself.