# Benchmark Software Engineer Salaries SG

**Use case:** 

Benchmark software engineer salaries in Singapore using JobStreet published pay ranges: min, max and median monthly SGD by company and seniority level.

## Input

```json
{
  "searchTerms": [
    "software engineer"
  ],
  "onlyWithSalary": true,
  "sortBy": "ListedDate",
  "postedWithinDays": 0,
  "includeJobDetails": true,
  "maxItems": 200,
  "maxItemsPerSearch": 0,
  "monitorMode": false,
  "dedupStoreName": "jobstreet-sg-state",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Company"
  },
  "salaryMin": {
    "label": "Salary min"
  },
  "salaryMax": {
    "label": "Salary max"
  },
  "salaryPeriod": {
    "label": "Per"
  },
  "salaryCurrency": {
    "label": "Currency"
  },
  "salaryLabel": {
    "label": "Salary (raw)"
  },
  "classification": {
    "label": "Category"
  },
  "subClassification": {
    "label": "Sub-category"
  },
  "workTypes": {
    "label": "Work type"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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