# Australia software engineer jobs scraper

**Use case:** 

Scrape Seek software engineer job listings across Australia with company, location, salary, classification, and job URL fields.

## Input

```json
{
  "keywords": [
    "software engineer"
  ],
  "location": "Australia",
  "workType": "",
  "dateRange": "",
  "maxResults": 50,
  "fetchJobDetails": false
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "listingDate": {
    "label": "Listed",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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