# Scrape category listings from 100000jobs.ch

**Use case:** 

Extract structured jobs listings for market research using 100000jobs.ch.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://example.com/search"
    }
  ],
  "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.