# Find Singapore Jobs Posted in the Last 7 Days

**Use case:** 

Get Singapore jobs posted in the last 7 days from MyCareersFuture, newest first — job title, employer, SGD salary range, skills and apply details.

## Input

```json
{
  "searchKeywords": [
    "project manager"
  ],
  "categories": [],
  "employmentTypes": [],
  "positionLevels": [],
  "sortBy": "new_posting_date",
  "postedWithinDays": 7,
  "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.