# MyCareersFuture software engineer jobs scraper

**Use case:** 

Scrape current Singapore software engineer jobs from MyCareersFuture with salaries, employers, skills, dates, and application URLs.

## Input

```json
{
  "searchQuery": "software engineer",
  "maxItems": 50,
  "sortBy": "newest",
  "categories": [],
  "employmentTypes": [],
  "includeDescriptionHtml": false,
  "maxPages": 5
}
```

## Output

```json
{
  "uuid": {
    "label": "Job UUID"
  },
  "jobPostId": {
    "label": "Job post ID"
  },
  "title": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Employer"
  },
  "companyUen": {
    "label": "Employer UEN"
  },
  "salaryMinimum": {
    "label": "Min salary",
    "format": "number"
  },
  "salaryMaximum": {
    "label": "Max salary",
    "format": "number"
  },
  "salaryType": {
    "label": "Salary type"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "categories": {
    "label": "Categories"
  },
  "employmentTypes": {
    "label": "Employment types"
  },
  "positionLevels": {
    "label": "Position levels"
  },
  "skills": {
    "label": "Skills"
  },
  "minimumYearsExperience": {
    "label": "Min experience",
    "format": "number"
  },
  "vacancies": {
    "label": "Vacancies",
    "format": "number"
  },
  "status": {
    "label": "Status"
  },
  "address": {
    "label": "Address"
  },
  "districts": {
    "label": "Districts"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "expiresAt": {
    "label": "Expires",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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