# Software Engineer Jobs in Sydney from SEEK

**Use case:** 

Get a detailed list of software engineer job vacancies in Sydney. Includes job title, company, location, salary, and more.

## Input

```json
{
  "keywords": [
    "software engineer"
  ],
  "location": "Sydney NSW 2000",
  "country": "AU",
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "AU"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "workType": {
    "label": "Work type",
    "format": "string"
  },
  "listingDateDisplay": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEEK Jobs Scraper – Scrape seek.com.au (AU/NZ)](https://apify.com/logiover/seek-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/seek-jobs-scraper) to learn more, explore other use cases, and run it yourself.