# Scrape Singapore government portal jobs

**Use case:** 

Scrape job listings from MyCareersFuture.gov.sg, Singapore's official portal with mandated salary disclosure. Structured output. Pay per result.

## Input

```json
{
  "searchQuery": [
    "data analyst"
  ],
  "categories": [],
  "employmentTypes": [],
  "positionLevels": [],
  "salaryMin": 0,
  "salaryMax": 0,
  "sortBy": "",
  "postedWithinDays": 0,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryType": {
    "label": "Salary Type",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "employmentTypes": {
    "label": "Type",
    "format": "text"
  },
  "positionLevels": {
    "label": "Level",
    "format": "text"
  },
  "minimumYearsExp": {
    "label": "Min Exp",
    "format": "number"
  },
  "totalViews": {
    "label": "Views",
    "format": "number"
  },
  "totalApplications": {
    "label": "Applications",
    "format": "number"
  },
  "publishDate": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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