# EURAXESS EU research jobs — example search

**Use case:** 

Returns a few European research positions — PhD, postdoc and fellowship roles — from EURAXESS as clean structured records.

## Input

```json
{
  "keyword": "engineer",
  "countryFilter": "germany",
  "postedSince": 0,
  "titleExclude": [
    "internship",
    "traineeship"
  ],
  "companyExclude": [],
  "maxItems": 5,
  "onlyNewSinceLastRun": false,
  "translateKeywords": false,
  "aiProvider": "anthropic",
  "aiModel": "claude-haiku-4-5-20251001",
  "mistralModel": "mistral-small-latest",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestTimeoutSecs": 30,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Institution",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "field": {
    "label": "Research field",
    "format": "string"
  },
  "contractType": {
    "label": "Type of contract",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted date",
    "format": "string"
  },
  "deadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "snippet": {
    "label": "Description snippet",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EURAXESS Jobs Scraper — EU Research Positions](https://apify.com/nomad-agent/euraxess-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/euraxess-scraper) to learn more, explore other use cases, and run it yourself.