# UK HGV Driver Jobs - Class 1 & Class 2 Vacancies

**Use case:** 

Class 1 and Class 2 driving roles nationwide. Live vacancies across the UK from Reed.co.uk, the UK's largest job board.

## Input

```json
{
  "what": "hgv driver",
  "where": "",
  "maxJobs": 250,
  "postedWithinDays": "7",
  "minSalaryGbp": 50000,
  "maxSalaryGbp": 90000,
  "onlyWithSalary": false,
  "jobType": "Contract",
  "onlyPartTime": false,
  "onlyRemote": false,
  "excludeAgencies": false,
  "employer": "NHS"
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "string"
  },
  "jobTitle": {
    "label": "Job title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryFrom": {
    "label": "Salary from",
    "format": "number"
  },
  "salaryTo": {
    "label": "Salary to",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "Salary period",
    "format": "string"
  },
  "jobType": {
    "label": "Contract type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Reed Jobs Scraper · UK Vacancies, Salaries & Employers](https://apify.com/reapx/reed-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/reed-jobs-scraper) to learn more, explore other use cases, and run it yourself.