# UN Careers jobs — example search

**Use case:** 

Returns live United Nations openings from careers.un.org — title, duty station, level, deadline and apply URL — as clean JSON.

## Input

```json
{
  "keyword": "engineer",
  "locationFilter": "geneva",
  "maxItems": 5,
  "includeDescription": true,
  "sortDirection": "newest",
  "cacheTtlSeconds": 1800,
  "onlyNewSinceLastRun": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Duty station",
    "format": "string"
  },
  "category": {
    "label": "Job category",
    "format": "string"
  },
  "jobFamily": {
    "label": "Job family",
    "format": "string"
  },
  "level": {
    "label": "Job level",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "deadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "url": {
    "label": "Apply / detail URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UN Careers Job Scraper — United Nations Jobs](https://apify.com/nomad-agent/un-careers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/un-careers-scraper) to learn more, explore other use cases, and run it yourself.