# Scrape Seek Jobs for Australia & NZ Recruiting

**Use case:** 

Scrape Seek (seek.com.au / .co.nz) job listings: title, company, location, salary, work type, classification, work arrangement, teaser, bullet points and full d

## Input

```json
{
  "keywords": [
    "software engineer"
  ],
  "where": "All Australia",
  "siteKey": "AU-Main",
  "scrapeDescription": false,
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "work_type": {
    "label": "Work Type",
    "format": "text"
  },
  "work_arrangement": {
    "label": "Work Arrangement",
    "format": "text"
  },
  "classification": {
    "label": "Classification",
    "format": "text"
  },
  "listing_date": {
    "label": "Listing Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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