# AMS Austria Job Detail Scraper

**Use case:** 

Scrape AMS Austria job detail pages with application text, employer, location, work time and source URLs.

## Input

```json
{
  "query": "Buchhaltung",
  "location": "Wien",
  "radiusKm": 25,
  "startUrls": [
    {
      "url": "https://jobs.ams.at/public/emps/jobs?query=Software&location=1010&page=1&sortField=_SCORE"
    }
  ],
  "maxItems": 30,
  "includeDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Job title"
  },
  "employer": {
    "label": "Employer"
  },
  "location": {
    "label": "Location"
  },
  "occupation": {
    "label": "Occupation"
  },
  "employmentRelationship": {
    "label": "Relationship"
  },
  "workingTime": {
    "label": "Working time"
  },
  "lastUpdatedAt": {
    "label": "Updated"
  },
  "detailUrl": {
    "label": "AMS URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [AMS Austria Jobs Scraper](https://apify.com/automation-lab/ams-austria-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ams-austria-jobs-scraper) to learn more, explore other use cases, and run it yourself.