# Export Singapore IT jobs with salaries

**Use case:** 

Scrape JobStreet Singapore IT jobs: title, company, parsed SGD salary range, work type, arrangement, classification and location. Export to CSV. No login.

## Input

```json
{
  "searchTerms": [
    "software engineer"
  ],
  "classifications": [
    "6281"
  ],
  "onlyWithSalary": true,
  "sortBy": "ListedDate",
  "postedWithinDays": 0,
  "includeJobDetails": true,
  "maxItems": 0,
  "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"
  },
  "workTypes": {
    "label": "Work type"
  },
  "workArrangements": {
    "label": "Arrangement"
  },
  "classification": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "listingDate": {
    "label": "Listed"
  },
  "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.