# Jobsite Nurse Jobs Manchester Extractor

**Use case:** 

Extract Jobsite nurse vacancies near Manchester with structured salary, employer, posting date, and application links.

## Input

```json
{
  "keywords": [
    "nurse"
  ],
  "location": "Manchester",
  "radiusMiles": 20,
  "postedWithinDays": 14,
  "sortBy": "date",
  "startUrls": [],
  "maxItems": 150,
  "useApifyProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryText": {
    "label": "Salary"
  },
  "workFromHome": {
    "label": "Remote / hybrid"
  },
  "postedAt": {
    "label": "Posted"
  },
  "expiresAt": {
    "label": "Expires"
  },
  "descriptionSnippet": {
    "label": "Description snippet"
  },
  "jobUrl": {
    "label": "Job URL"
  },
  "applyUrl": {
    "label": "Apply URL"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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