# IT Job Listings Scraper for Willhaben Austria

**Use case:** 

Extract job postings for Software Entwickler from Willhaben. Receive up to 100 listings in CSV or JSON format.

## Input

```json
{
  "category": "jobs",
  "searchQuery": "Software Entwickler",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "string"
  },
  "adType": {
    "label": "Category",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Willhaben Scraper - Immobilien, Cars & Jobs](https://apify.com/logiover/willhaben-at-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/willhaben-at-scraper) to learn more, explore other use cases, and run it yourself.