# Scrape full-time jobs from Seek

**Use case:** 

Filter Seek to full-time roles only (work type 242) with company, salary, location and URL, export-ready.

## Input

```json
{
  "keywords": "manager",
  "location": "Sydney",
  "country": "AU",
  "workType": "242",
  "salaryType": "annual",
  "dateRange": 0,
  "sortMode": "ListedDate",
  "fetchDescriptions": false,
  "maxItems": 25,
  "monitorMode": false,
  "alertOnNewJob": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Job",
    "format": "string"
  },
  "company_name": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary_label": {
    "label": "Salary",
    "format": "string"
  },
  "work_type": {
    "label": "Work type",
    "format": "string"
  },
  "classification": {
    "label": "Industry",
    "format": "string"
  },
  "listing_date_display": {
    "label": "Posted",
    "format": "string"
  },
  "contact_email": {
    "label": "Contact",
    "format": "string"
  },
  "logo_url": {
    "label": "Logo",
    "format": "string"
  },
  "job_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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