# AI/ML roles across public Lever boards

**Use case:** 

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

## Input

```json
{
  "siteSlugs": [
    "shieldai",
    "spotify",
    "lyrahealth",
    "binance",
    "mistral"
  ],
  "keywords": [
    "AI",
    "ML",
    "machine learning",
    "LLM",
    "infrastructure",
    "platform",
    "Kubernetes"
  ],
  "maxJobsPerSite": 50,
  "maxItems": 100,
  "minRelevanceScore": 25,
  "includeGenericEngineering": true,
  "includeDataPlatform": true,
  "includeNonEngineering": false,
  "locations": [],
  "postedOrUpdatedWithinDays": 3650
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "team": {
    "label": "Team",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "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"
  },
  "hostedUrl": {
    "label": "Hosted URL",
    "format": "string"
  },
  "whyItMatches": {
    "label": "Why it matches",
    "format": "string"
  }
}
```

## About this Actor

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