# Scrape PhD positions in the UK

**Use case:** 

Extract funded PhD positions from Jobs.ac.uk across UK universities. Structured academic data. Pay per result.

## Input

```json
{
  "searchQuery": "phd",
  "location": "",
  "distance": "",
  "discipline": "",
  "jobType": "",
  "employer": "",
  "maxJobs": 100,
  "fetchDetails": false,
  "pageSize": 25,
  "concurrency": 5,
  "maxResults": 5
}
```

## Output

```json
{
  "advertId": {
    "label": "Advert ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "array"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "validThrough": {
    "label": "Closes",
    "format": "text"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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