# Seek Marketing Manager Jobs in Adelaide Scraper

**Use case:** 

Scrape marketing manager jobs in Adelaide from seek.com.au with title, company, salary, work type, location and description.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "keyword": "marketing manager",
  "location": "Adelaide",
  "country": "au",
  "workType": "",
  "salaryType": "annual",
  "dateRange": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Logo",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "classification": {
    "label": "Category",
    "format": "text"
  },
  "listingDate": {
    "label": "Listed",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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