# Scrape EU mobility jobs on EURES

**Use case:** 

Extract cross-border EU jobs from EURES. Structured European mobility job data. Pay per result.

## Input

```json
{
  "keywords": "nurse",
  "keywordsScope": "EVERYWHERE",
  "countryCodes": [
    "NL",
    "DE",
    "BE"
  ],
  "positionScheduleCodes": [
    "fulltime"
  ],
  "positionOfferingCodes": [
    "directhire"
  ],
  "sortBy": "MOST_RECENT",
  "maxResults": 5,
  "fetchDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "countryCode": {
    "label": "Country code",
    "format": "text"
  },
  "nutsCode": {
    "label": "NUTS code",
    "format": "text"
  },
  "contractType": {
    "label": "Contract type",
    "format": "text"
  },
  "workingHours": {
    "label": "Working hours",
    "format": "text"
  },
  "educationLevel": {
    "label": "Education level",
    "format": "text"
  },
  "experienceRequired": {
    "label": "Experience",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "text"
  },
  "applicationDeadline": {
    "label": "Apply by",
    "format": "text"
  },
  "numberOfPosts": {
    "label": "# Positions",
    "format": "number"
  },
  "euresFlag": {
    "label": "EURES job",
    "format": "text"
  },
  "availableLanguages": {
    "label": "Languages",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "referenceNumber": {
    "label": "Reference",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "requiredDrivingLicenses": {
    "label": "Driving licences",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EURES EU Jobs Scraper](https://apify.com/unfenced-group/eures-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/eures-scraper) to learn more, explore other use cases, and run it yourself.