# Devex international-development jobs — example

**Use case:** 

Pulls a small batch of international-development vacancies from Devex.com as clean JSON. Add an Anthropic key for richer parsing.

## Input

```json
{
  "provider": "anthropic",
  "mistralModel": "mistral-small-latest",
  "openaiModel": "gpt-4.1-mini",
  "keyword": "health",
  "location": "Geneva",
  "contractType": "",
  "workplace": "",
  "onlyNewSinceLastRun": false,
  "jobUrls": [],
  "maxItems": 5,
  "model": "claude-haiku-4-5-20251001",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company / organisation",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "deadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "workplace": {
    "label": "Workplace",
    "format": "string"
  },
  "snippet": {
    "label": "Search snippet",
    "format": "string"
  },
  "id": {
    "label": "Job ID",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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