# Find Professor & Faculty Positions in Europe

**Use case:** 

Search professor, lecturer & faculty positions from 9 EU academic portals. Covers assistant, associate & full professor roles across 26 countries.

## Input

```json
{
  "keywords": [
    "professor",
    "faculty",
    "lecturer",
    "associate professor",
    "assistant professor"
  ],
  "countries": [],
  "translateKeywords": true,
  "euresKeywordScope": "title",
  "academicOnly": true,
  "maxResultsPerSource": 100,
  "maxTotalResults": 0,
  "enabledSources": [
    "eures",
    "daad",
    "eurosciencejobs",
    "universitypositions",
    "inomics",
    "academictransfer",
    "jobsacuk",
    "naturecareers",
    "cnrs"
  ],
  "postedWithinDays": 30,
  "incrementalMode": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debug": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "institution": {
    "label": "Institution",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "deadline": {
    "label": "Deadline",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "field": {
    "label": "Field",
    "format": "text"
  },
  "fundingSource": {
    "label": "Funder",
    "format": "text"
  },
  "salaryMonthlyEur": {
    "label": "Salary (€/mo)",
    "format": "number"
  },
  "applicationUrl": {
    "label": "Apply",
    "format": "link"
  },
  "sourcePortal": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [EU Academic Jobs: PhD, Postdoc & Research Positions](https://apify.com/scholarstack/eu-academic-research-jobs-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scholarstack/eu-academic-research-jobs-aggregator) to learn more, explore other use cases, and run it yourself.