# Universitat de Barcelona PhD calls — example

**Use case:** 

Extracts doctoral vacancies and PhD calls from Universitat de Barcelona as clean records. Add an Anthropic key for parsing.

## Input

```json
{
  "keyword": "predoctoral",
  "maxItems": 5,
  "onlyNewSinceLastRun": false
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Institution",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedAt": {
    "label": "Publication date",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Universitat de Barcelona Jobs: PhD, Postdoc & Research](https://apify.com/nomad-agent/ub-doctoral-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/ub-doctoral-scraper) to learn more, explore other use cases, and run it yourself.