# Seek Sydney data analyst jobs extractor

**Use case:** 

Extract Sydney data analyst listings from Seek.com.au including employer, salary, classification, posting date, and detail links.

## Input

```json
{
  "keywords": [
    "data analyst"
  ],
  "location": "Sydney",
  "workType": "full time",
  "dateRange": "7",
  "maxResults": 75,
  "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.