# AMS Austria Job Scraper by City

**Use case:** 

Scrape AMS Austria jobs for any city or region — salary, location and description. Structured, ready to run.

## Input

```json
{
  "query": "Pflege",
  "location": "Wien",
  "radiusKm": 0,
  "maxResults": 10,
  "mode": "full",
  "includeDetails": true,
  "bundesland": "",
  "greenJobsOnly": false,
  "postedWithin": "",
  "workingTime": "",
  "employmentType": "",
  "sortBy": "relevance",
  "skipReposts": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "compact": false,
  "descriptionMaxLength": 0,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Bundesland",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "isFullTime": {
    "label": "Full-time",
    "format": "boolean"
  },
  "isGreenJob": {
    "label": "Green Job",
    "format": "boolean"
  },
  "startDate": {
    "label": "Start",
    "format": "text"
  },
  "publishedDate": {
    "label": "Published",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "portalUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [AMS Austria Job Scraper — Austrian Public Employment Service](https://apify.com/blackfalcondata/ams-austria-job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/ams-austria-job-scraper) to learn more, explore other use cases, and run it yourself.