# Free NHS UK job scraper

**Use case:** 

This apify actor task can be used to scrape job details from NHS UK job board (https://www.jobs.nhs.uk/candidate/search/results) to extract job data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.jobs.nhs.uk/candidate/search/results?keyword=&location="
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "workingPattern": {
    "label": "Working Pattern",
    "format": "text"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "text"
  },
  "closingDate": {
    "label": "Closing Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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