# Compare NHS IT Healthcare Job Salaries

**Use case:** 

IT recruitment agencies and professionals can extract job details for IT roles within the NHS to benchmark salaries and required skills. This enables more infor

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.jobs.nhs.uk/candidate/search/results?keyword=IT&location=United%20Kingdom"
    },
    {
      "url": "https://www.jobs.nhs.uk/candidate/search/results?keyword=digital+health&location=United%20Kingdom"
    }
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "employer": {
    "label": "Employer",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "payBand": {
    "label": "Band",
    "format": "string"
  },
  "contractType": {
    "label": "Contract",
    "format": "string"
  },
  "workingPattern": {
    "label": "Pattern",
    "format": "string"
  },
  "closingDate": {
    "label": "Closes",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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