# AI & ML jobs from aijobs.net — example run

**Use case:** 

Pulls a small batch of recent AI and machine-learning vacancies from aijobs.net as clean JSON — title, company, location and salary band.

## Input

```json
{
  "maxItems": 8,
  "includeCompany": true,
  "euBias": false,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Is remote",
    "format": "boolean"
  },
  "postedAt": {
    "label": "Posted at (ISO)",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "url": {
    "label": "Apply URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Jobs Scraper (aijobs.net) — ML & Data Roles](https://apify.com/nomad-agent/ai-jobs-net-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/ai-jobs-net-scraper) to learn more, explore other use cases, and run it yourself.