# Track Mental Health Professional Jobs UK

**Use case:** 

Mental health service providers and advocacy groups can monitor the availability of roles for therapists, psychologists, and support workers across the UK. This

## Input

```json
{
  "startUrls": [
    "https://www.jobs.nhs.uk/candidate/search/results?keyword=nurse"
  ],
  "search": "mental health, therapist, psychologist, support worker",
  "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.