# Full time SEEK - Australian Job Listings and Salary Data

**Use case:** 

Extract SEEK - Australian Job Listings and Salary Data data filtered by Full time. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "keywords": "software engineer",
  "maxItems": 10,
  "workType": "full time",
  "sortMode": "KeywordRelevance",
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 10,
  "requestDelayMs": 0
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "workArrangement": {
    "label": "Arrangement",
    "format": "text"
  },
  "classification": {
    "label": "Category",
    "format": "text"
  },
  "subClassification": {
    "label": "Sub-Category",
    "format": "text"
  },
  "teaser": {
    "label": "Teaser",
    "format": "text"
  },
  "listingDate": {
    "label": "Listed",
    "format": "date"
  },
  "listingDateDisplay": {
    "label": "Listed (display)",
    "format": "text"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "bulletPoints": {
    "label": "Bullet Points",
    "format": "array"
  },
  "advertiserId": {
    "label": "Advertiser ID",
    "format": "text"
  },
  "companyProfileUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "jobContent": {
    "label": "Job Description",
    "format": "text"
  },
  "jobAbstract": {
    "label": "Abstract",
    "format": "text"
  },
  "questionnaire": {
    "label": "Questions",
    "format": "array"
  },
  "isExpired": {
    "label": "Expired",
    "format": "boolean"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "shareLink": {
    "label": "Share Link",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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