# Jobs Graz, Linz & Salzburg — drei Städte in einem Lauf

**Use case:** 

Offene Stellen in Graz, Linz und Salzburg in einem Lauf: Titel, Firma, Ort, Anstellungsart, Gehalt und Datum — drei Standorte statt drei Suchen.

## Input

```json
{
  "operation": "search",
  "keywords": [
    "software entwickler"
  ],
  "locations": [
    "Graz",
    "Linz",
    "Salzburg"
  ],
  "radiusKm": "0",
  "employmentType": "any",
  "jobField": "any",
  "jobLevel": "any",
  "homeOfficeOnly": false,
  "minMonthlySalaryEur": 0,
  "requireSalary": false,
  "postedWithinDays": 0,
  "maxResults": 60,
  "includeDetails": false,
  "searchUrls": [],
  "jobUrls": []
}
```

## Output

```json
{
  "jobId": {
    "label": "🆔 Job ID",
    "format": "string"
  },
  "jobTitle": {
    "label": "💼 Job title",
    "format": "string"
  },
  "url": {
    "label": "🔗 Job URL",
    "format": "string"
  },
  "companyName": {
    "label": "🏢 Employer",
    "format": "string"
  },
  "companyUrl": {
    "label": "🏛️ Employer page",
    "format": "string"
  },
  "companyWebsite": {
    "label": "🌐 Employer website",
    "format": "string"
  },
  "companyLogoUrl": {
    "label": "🖼️ Employer logo",
    "format": "string"
  },
  "companySize": {
    "label": "👥 Employees",
    "format": "string"
  },
  "companyId": {
    "label": "🏷️ Employer ID",
    "format": "string"
  },
  "companyIsAnonymous": {
    "label": "🕵️ Anonymous advert",
    "format": "boolean"
  },
  "location": {
    "label": "📍 Location",
    "format": "string"
  },
  "locations": {
    "label": "🗺️ All locations",
    "format": "array"
  },
  "region": {
    "label": "🏞️ Federal state",
    "format": "string"
  },
  "country": {
    "label": "🇦🇹 Country",
    "format": "string"
  },
  "employmentTypes": {
    "label": "📄 Employment type",
    "format": "string"
  },
  "employmentTypeCodes": {
    "label": "🏷️ Employment type codes",
    "format": "array"
  },
  "jobLevel": {
    "label": "📈 Career level",
    "format": "string"
  },
  "salaryText": {
    "label": "💶 Salary (as published)",
    "format": "string"
  },
  "salaryMin": {
    "label": "💰 Salary from",
    "format": "number"
  },
  "salaryMax": {
    "label": "💰 Salary to",
    "format": "number"
  },
  "salaryPeriod": {
    "label": "🗓️ Salary period",
    "format": "string"
  },
  "salaryCurrency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "salaryMinMonthlyEur": {
    "label": "📊 Salary from, per month",
    "format": "number"
  },
  "isHomeOffice": {
    "label": "🏠 Home office",
    "format": "boolean"
  },
  "summary": {
    "label": "📝 Teaser",
    "format": "string"
  },
  "jobDescription": {
    "label": "📃 Full advert text",
    "format": "string"
  },
  "applyUrl": {
    "label": "✉️ Apply URL",
    "format": "string"
  },
  "postedText": {
    "label": "🕒 Posted (as published)",
    "format": "string"
  },
  "postedAt": {
    "label": "📅 Posted",
    "format": "string"
  },
  "isNew": {
    "label": "🆕 New badge",
    "format": "boolean"
  },
  "isPromoted": {
    "label": "📢 Promoted",
    "format": "boolean"
  },
  "isActive": {
    "label": "✅ Still open",
    "format": "boolean"
  },
  "searchKeyword": {
    "label": "🔑 Searched keyword",
    "format": "string"
  },
  "searchLocation": {
    "label": "📌 Searched location",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ What went wrong",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Mode",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "⏱️ Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [karriere.at Jobs Scraper - Austria Salaries & Apply URLs](https://apify.com/sian.agency/karriere-at-jobs-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/karriere-at-jobs-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/karriere-at-jobs-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
