# jobs.ac.uk academic jobs — example search

**Use case:** 

Returns a small batch of UK academic vacancies from jobs.ac.uk — lectureships, postdocs and fellowships — as clean JSON.

## Input

```json
{
  "keywords": [
    "engineer"
  ],
  "disciplines": [
    "computer-sciences",
    "engineering-and-technology"
  ],
  "location": [
    "greater-london",
    "scotland"
  ],
  "studentshipType": [
    "phds"
  ],
  "contractType": [
    "permanent"
  ],
  "hours": [
    "full-time"
  ],
  "workplace": [
    "remote"
  ],
  "employerSector": [
    "universities-higher-education-institutions"
  ],
  "employer": "Oxford",
  "maxItems": 5,
  "pageSize": 25,
  "postedSince": 0,
  "fetchDescriptions": false,
  "onlyNewSinceLastRun": false,
  "cacheTtlSeconds": 1800
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Employer",
    "format": "string"
  },
  "department": {
    "label": "Department",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary minimum",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary maximum",
    "format": "number"
  },
  "postedAt": {
    "label": "Date posted",
    "format": "string"
  },
  "deadline": {
    "label": "Closing date",
    "format": "string"
  },
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "url": {
    "label": "Posting URL",
    "format": "string"
  }
}
```

## About this Actor

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