# Impactpool UN & NGO jobs — example search

**Use case:** 

Returns a few UN-agency and NGO vacancies from Impactpool — title, organisation, duty station and apply URL — as clean JSON.

## Input

```json
{
  "keyword": "engineer",
  "locationFilter": "Geneva",
  "maxItems": 5,
  "includeDetails": false,
  "onlyNewSinceLastRun": false,
  "resetSeenJobs": false,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Organisation",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "seniority": {
    "label": "Seniority",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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