# JobStreet Singapore software jobs scraper example

**Use case:** 

Scrape current JobStreet Singapore software engineering vacancies with employers, salaries, locations, classifications, and job links.

## Input

```json
{
  "searchTerms": [
    "software engineer"
  ],
  "locations": [
    "Central Region"
  ],
  "maxItems": 50,
  "classificationIds": [
    "6281"
  ],
  "workTypes": [
    "Full time"
  ],
  "onlyWithSalary": false,
  "postedWithinDays": 7,
  "sortBy": "ListedDate"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "workTypes": {
    "label": "Work types",
    "format": "array"
  },
  "workArrangements": {
    "label": "Arrangement",
    "format": "array"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "subClassification": {
    "label": "Subclassification",
    "format": "text"
  },
  "listingDate": {
    "label": "Listed at",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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