# Scrape EU Jobs from EURES, EURAXESS + 11 More Boards

**Use case:** 

Preconfigured Europe jobs scrape: EURES, EURAXESS, LinkedIn Europe, InfoJobs, NoFluffJobs and more in one merged, deduped dataset. Try it in one click.

## Input

```json
{
  "sources": [
    "linkedin",
    "ai_jobs_net",
    "eures",
    "euraxess",
    "wttj",
    "justjoinit",
    "nofluffjobs",
    "infojobs",
    "tecnoempleo",
    "jobs_ac_uk",
    "ikerbasque",
    "math_ku_phd",
    "ub_doctoral"
  ],
  "location": "European Union",
  "mistralModel": "mistral-small-latest",
  "openaiModel": "gpt-4.1-mini",
  "maxItemsPerSource": 2,
  "maxItems": 6,
  "cacheTtlSeconds": 1800,
  "concurrency": 14,
  "runTimeoutSecs": 300,
  "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"
  },
  "hiringContactName": {
    "label": "Hiring contact",
    "format": "string"
  },
  "hiringContactTitle": {
    "label": "Contact headline",
    "format": "string"
  },
  "hiringContactUrl": {
    "label": "Contact profile",
    "format": "string"
  },
  "description": {
    "label": "Full description",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Europe Jobs Scraper — EURES, EURAXESS + 12 More Boards](https://apify.com/nomad-agent/europe-jobs-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/europe-jobs-bundle) to learn more, explore other use cases, and run it yourself.