# Singapore jobs (all roles, newest first)

**Use case:** 

Newest Singapore job postings across roles with full details.

## Input

```json
{
  "searchQueries": [
    "engineer",
    "manager",
    "analyst"
  ],
  "sortBy": "new_posting_date",
  "maxItemsPerSource": 150,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "salaryType": {
    "label": "Salary type",
    "format": "text"
  },
  "employmentTypes": {
    "label": "Employment",
    "format": "array"
  },
  "positionLevels": {
    "label": "Level",
    "format": "array"
  },
  "categories": {
    "label": "Category",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "newPostingDate": {
    "label": "Posted",
    "format": "text"
  },
  "totalApplications": {
    "label": "Applications",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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