# Scrape French-language jobs in Switzerland

**Use case:** 

Scrape French-language job listings from Jobs.ch. Targets the Romandy region with structured Swiss job data. Pay per result.

## Input

```json
{
  "searchQuery": [
    "vendeur"
  ],
  "locations": [],
  "language": "fr",
  "contractTypeFilter": "all",
  "workloadMin": 0,
  "workloadMax": 100,
  "fetchDetails": false,
  "skipReposts": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contractType": {
    "label": "Contract Type",
    "format": "text"
  },
  "workload": {
    "label": "Workload",
    "format": "text"
  },
  "publishDate": {
    "label": "Publish Date",
    "format": "date"
  },
  "isRepost": {
    "label": "Repost",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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