# Export 100000jobs.ch data for research

**Use case:** 

Collect structured records with key fields for reporting and integration workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.100000jobs.ch/search?q=software"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "workload": {
    "label": "Workload",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  }
}
```

## About this Actor

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