# NHS Nurse Jobs Manchester Scraper

**Use case:** 

Extract NHS nurse vacancies near Manchester with salary, pay band, employer, closing dates, descriptions, and contacts.

## Input

```json
{
  "keywords": [
    "nurse"
  ],
  "location": "Manchester",
  "distanceMiles": 20,
  "contractTypes": [],
  "workingPatterns": [],
  "payBands": [],
  "startUrls": [
    {
      "url": "https://www.jobs.nhs.uk/candidate/search/results?keyword=nurse&location=Carlisle&distance=10&language=en"
    }
  ],
  "maxItems": 25,
  "enrichDetails": true,
  "detailConcurrency": 4,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "vacancyId": {
    "label": "Vacancy ID"
  },
  "title": {
    "label": "Job title"
  },
  "employer": {
    "label": "Employer"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "payBand": {
    "label": "Pay band"
  },
  "datePostedIso": {
    "label": "Posted",
    "format": "date"
  },
  "closingDateIso": {
    "label": "Closes",
    "format": "date"
  },
  "contractType": {
    "label": "Contract"
  },
  "workingPattern": {
    "label": "Working pattern"
  },
  "contactEmail": {
    "label": "Contact email"
  },
  "url": {
    "label": "Vacancy URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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