# Scrape JobStreet Contract Jobs in Malaysia

**Use case:** 

Export contract-only job listings from JobStreet Malaysia to JSON, CSV or Excel. Filter by contract work type and get salary, company and full descriptions.

## Input

```json
{
  "country": "MY",
  "keywords": "python developer",
  "work_type": "contract",
  "fetch_detail": true,
  "max_results": 50,
  "max_concurrency": 4,
  "max_requests_per_minute": 60
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salary_raw": {
    "label": "Salary raw"
  },
  "salary_min": {
    "label": "Salary min"
  },
  "salary_max": {
    "label": "Salary max"
  },
  "salary_currency": {
    "label": "Salary currency"
  },
  "salary_period": {
    "label": "Salary period"
  },
  "work_type": {
    "label": "Work type"
  },
  "listing_date": {
    "label": "Listing date"
  },
  "url": {
    "label": "Url"
  },
  "description_text": {
    "label": "Description text"
  },
  "country": {
    "label": "Country"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [JobStreet & JobsDB Scraper — MY SG PH ID TH HK Jobs](https://apify.com/herus13/jobstreet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/herus13/jobstreet-scraper) to learn more, explore other use cases, and run it yourself.