# Find NHS jobs near London

**Use case:** 

Scrape NHS Jobs near London within a 20-mile radius. Location-filtered structured UK healthcare job data. Pay per result.

## Input

```json
{
  "searchQuery": "doctor",
  "location": "London",
  "distance": 20,
  "contractTypes": [],
  "workingPatterns": [],
  "staffGroups": [],
  "payBands": [],
  "sortBy": "publicationDateDesc",
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": [],
  "requestDelayMs": 1000,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "title"
  },
  "company": {
    "label": "company"
  },
  "location": {
    "label": "location"
  },
  "jobType": {
    "label": "jobType"
  },
  "salary": {
    "label": "salary"
  },
  "closingDate": {
    "label": "closingDate"
  },
  "url": {
    "label": "url"
  },
  "refNumber": {
    "label": "refNumber"
  },
  "source": {
    "label": "source"
  },
  "scrapedAt": {
    "label": "scrapedAt"
  }
}
```

## About this Actor

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