# Research jobs from 10 sources — example run

**Use case:** 

Queries ten researcher-relevant job sources in one run and returns a merged batch of academic vacancies as clean JSON.

## Input

```json
{
  "sources": [
    "euraxess",
    "jobs_ac_uk",
    "ikerbasque",
    "math_ku_phd",
    "ub_doctoral",
    "un_careers",
    "reliefweb",
    "impactpool",
    "devex",
    "linkedin",
    "eures"
  ],
  "incrementalMode": false,
  "mistralModel": "mistral-small-latest",
  "openaiModel": "gpt-4.1-mini",
  "maxItemsPerSource": 2,
  "maxItems": 6,
  "cacheTtlSeconds": 1800,
  "concurrency": 12,
  "runTimeoutSecs": 240,
  "actorOwner": ""
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company / organisation",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "deadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "salary": {
    "label": "Salary text",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PhD, Postdoc & Research Jobs Scraper — 12 Sources in 1](https://apify.com/nomad-agent/researcher-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/researcher-bundle) to learn more, explore other use cases, and run it yourself.