# AI/ML jobs from 8 boards — example run

**Use case:** 

Queries eight AI/ML job sources in one run and returns a merged, deduplicated batch of vacancies as clean structured JSON.

## Input

```json
{
  "sources": [
    "linkedin",
    "ai_jobs_net",
    "hackernews",
    "ycombinator_was",
    "builtin",
    "remote_boards",
    "wttj",
    "justjoinit"
  ],
  "onlyNewSinceLastRun": false,
  "maxItemsPerSource": 2,
  "maxItems": 6,
  "cacheTtlSeconds": 1800,
  "concurrency": 6,
  "runTimeoutSecs": 240
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Is Remote",
    "format": "boolean"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "string"
  },
  "salary": {
    "label": "Salary (text)",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI & ML Engineer Jobs Scraper — 8 Boards in One](https://apify.com/nomad-agent/ml-ai-dev-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/ml-ai-dev-bundle) to learn more, explore other use cases, and run it yourself.