# Scrape software developer jobs in Sydney

**Use case:** 

Pull full-time job listings posted in the last 7 days from SEEK.com.au. Filter by recency and get clean, structured job data. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "workType": "Full time",
  "daysOld": 7,
  "sortMode": "ListedDate",
  "fetchDetails": false,
  "skipReposts": false,
  "country": "AU",
  "fetchCompanyProfile": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "workTypes": {
    "label": "Work type",
    "format": "text"
  },
  "expiresAtUtc": {
    "label": "Expires",
    "format": "date"
  },
  "publishDateISO": {
    "label": "Published",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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