# Jobs in Zürich auf jobs.ch finden

**Use case:** 

Stellenangebote in Zürich von jobs.ch scrapen. Titel, Firmen, Standorte und Bewerbungslinks für Recruiting und Marktanalysen exportieren.

## Input

```json
{
  "query": "Entwickler",
  "location": "Zürich",
  "maxItems": 10
}
```

## 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.