# Karriere.at Sales Jobs Graz Export

**Use case:** 

Use Karriere.at keyword and location inputs to export public sales job listings in Graz for recruiting research.

## Input

```json
{
  "searchQueries": [
    {
      "keyword": "software engineer",
      "location": "wien"
    }
  ],
  "keywords": [
    "sales"
  ],
  "locations": [
    "graz"
  ],
  "startUrls": [
    {
      "url": "https://www.karriere.at/jobs/software-engineer/wien"
    }
  ],
  "maxItems": 75,
  "maxPagesPerSearch": 4,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment type",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted",
    "format": "text"
  },
  "datePosted": {
    "label": "Date posted",
    "format": "date"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "link"
  },
  "applyUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "requirements": {
    "label": "Requirements",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "locations": {
    "label": "Locations",
    "format": "array"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "sourceSearchUrl": {
    "label": "Source search URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Karriere.at Job Listings Scraper](https://apify.com/automation-lab/karriere-at-job-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/karriere-at-job-listings-scraper) to learn more, explore other use cases, and run it yourself.