# Find London Nurse Job Vacancies

**Use case:** 

Recruiters and job agencies can quickly identify all open nursing positions across London. This helps streamline talent acquisition by providing a comprehensive

## Input

```json
{
  "startUrls": [
    "https://www.jobs.nhs.uk/candidate/search/results?keyword=nurse"
  ],
  "search": "nurse, London",
  "maxItems": 200
}
```

## 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.