# Scrape IT jobs in Austria

**Use case:** 

Extract IT jobs from Stepstone.at across Austria. Structured Austrian tech job data. Pay per result.

## Input

```json
{
  "searchQuery": "entwickler",
  "location": "Wien",
  "radius": 40,
  "maxResults": 5,
  "skipReposts": false,
  "fetchDetails": false,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "workFromHome": {
    "label": "WFH",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "quickApply": {
    "label": "Quick Apply",
    "format": "text"
  },
  "badges": {
    "label": "Badges",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Stepstone.at Scraper — Austria Jobs](https://apify.com/unfenced-group/stepstone-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/stepstone-at-scraper) to learn more, explore other use cases, and run it yourself.