# IT Jobs in der Schweiz suchen

**Use case:** 

IT-Stellen in der Deutschschweiz auf jobs.ch durchsuchen. Rollen, Arbeitgeber, Regionen und URLs für Tech-Recruiting strukturiert exportieren.

## Input

```json
{
  "query": "Software Engineer",
  "regions": [
    "german-part-of-switzerland"
  ],
  "maxItems": 15
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "positionName": {
    "label": "Position name"
  },
  "company": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  }
}
```

## About this Actor

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