# Admin Job Listings from JobStreet in Malaysia

**Use case:** 

Extract 200 job postings from JobStreet Malaysia, including titles, companies, salaries, and descriptions for market insights and recruitment analysis.

## Input

```json
{
  "keyword": "admin",
  "location": "Malaysia",
  "country": "my",
  "posted_date": "24h",
  "results_wanted": 200
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workType": {
    "label": "Job Type",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "subClassification": {
    "label": "Sub-classification",
    "format": "text"
  },
  "postedAt_iso": {
    "label": "Posted (ISO)",
    "format": "text"
  },
  "description_text": {
    "label": "Description (text)",
    "format": "text"
  },
  "description_html": {
    "label": "Description (HTML)",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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