# University of Copenhagen PhD jobs — example

**Use case:** 

Tracks open PhD and fellowship positions at the University of Copenhagen with title, deadline and apply URL as clean JSON.

## Input

```json
{
  "maxItems": 8,
  "keywords": [
    "quantum",
    "machine learning",
    "bioinformatics"
  ],
  "includeSnippet": true,
  "postedSince": "",
  "onlyNewSinceLastRun": false,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "id": {
    "label": "Posting ID",
    "format": "string"
  },
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "field": {
    "label": "Faculty / field",
    "format": "string"
  },
  "company": {
    "label": "Institution",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "deadline": {
    "label": "Application deadline",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [University of Copenhagen PhD Jobs Scraper (KU)](https://apify.com/nomad-agent/math-ku-phd-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nomad-agent/math-ku-phd-scraper) to learn more, explore other use cases, and run it yourself.