# Find nursing jobs in Singapore with salaries

**Use case:** 

Filter MyCareersFuture for nursing roles: title, company, mandated SGD salary range, skills, employment type, vacancies and location. Official gov data.

## Input

```json
{
  "searchKeywords": [
    "nurse",
    "staff nurse"
  ],
  "categories": [],
  "employmentTypes": [
    "Permanent",
    "Full Time"
  ],
  "positionLevels": [],
  "salaryMin": 3000,
  "sortBy": "new_posting_date",
  "postedWithinDays": 0,
  "maxItems": 100,
  "scrapeJobDetails": true,
  "includeCompanyLeads": false,
  "monitorMode": false,
  "monitorTrackChanges": true,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryType": {
    "label": "Per",
    "format": "text"
  },
  "employmentTypes": {
    "label": "Employment",
    "format": "array"
  },
  "positionLevels": {
    "label": "Seniority",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "numberOfVacancies": {
    "label": "Vacancies",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "expiryDate": {
    "label": "Expires",
    "format": "text"
  },
  "companyWebsite": {
    "label": "Company site",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [MyCareersFuture Scraper — Singapore Jobs, Salaries & Leads](https://apify.com/scrapesage/mycareersfuture-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/mycareersfuture-scraper) to learn more, explore other use cases, and run it yourself.