# 🇨🇭 Jobs.ch Scraper — Swiss Job Listings & Salaries (`hipersoft/jobs-ch-scraper`) Actor

Scrape public job listings from jobs.ch, Switzerland's #1 job board. Search by keyword, location and workload, and export one clean row per job: title, company, location, employment grade, employment type, category, publication date and listing URL as JSON, CSV or Excel.

- **URL**: https://apify.com/hipersoft/jobs-ch-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.0015 / job scraped

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 🇨🇭 Jobs.ch Scraper — Swiss Job Listings & Salaries

Scrape public job listings from **jobs.ch**, Switzerland's #1 job board, and export clean, structured data. Search by keyword, narrow down by **location** (city, region or canton) and **workload** (full-time or part-time) — or paste a ready-made jobs.ch search or job URL — and get one tidy row per job: title, company, location, employment grade, employment type, category, publication date and the listing link. Download everything as **JSON, CSV or Excel**, or pull it straight from the API.

Great for job-market research, salary benchmarking, recruiting and sourcing, building a job feed, or tracking new openings across Switzerland.

### What it does

- 🔍 **Search by keyword** — find jobs by role, skill or title (e.g. `developer`, `pflegefachfrau`, `marketing manager`). Leave it empty to collect every published job.
- 📍 **Filter by location** — limit results to a Swiss city, region or canton (e.g. `Zurich`, `Geneva`, `Vaud`, `Basel`).
- 📊 **Filter by workload** — set a minimum and/or maximum employment grade (e.g. 80–100% for full-time, or up to 60% for part-time).
- 🌐 **English, German or French** — pick the language for listing links and descriptions.
- 🔗 **Paste Start URLs** — drop in any jobs.ch search or job URL straight from your browser.
- 🧾 **Rich job fields** — title, company, location, employment grade, employment type, category, publication date, coordinates and company logo.
- 🔎 **Optional full details** — enable *Include full details* for the full description, profession, category, working hours and salary (when published).
- 📤 **Clean, flat output** — ready for spreadsheets, databases and dashboards.

### Input

| Field | Description |
| --- | --- |
| **Search keywords** | Keywords to search for. Leave empty to collect all published jobs. |
| **Location** | Optional Swiss city, region or canton to limit the search. |
| **Minimum / Maximum workload (%)** | Optional employment-grade range (e.g. 80–100% for full-time). |
| **Language** | Language for listing links and descriptions: English, German or French. |
| **Start URLs** | Optional list of jobs.ch search or job URLs. When set, these are used instead of the fields above. |
| **Include full details** | Fetch each job's detail page for extra fields. Slower, richer output. |
| **Max items** | Maximum number of jobs to collect (0 = no limit). |

#### Example input

```json
{
  "query": "developer",
  "location": "Zurich",
  "employmentGradeMin": 80,
  "language": "en",
  "maxItems": 100
}
```

### Output

Each job is one record. Example (fields vary by listing):

```json
{
  "jobId": "9dc16c98-81b7-4827-84e0-fb203b7347d4",
  "title": "Full Stack Developer (m/w/d)",
  "companyName": "Bucher Municipal AG",
  "companyId": "fb4a49d2-e5ca-4912-bc54-35bb26813681",
  "companyLogoUrl": "https://media.jobs.ch/media/1c079445-7926-4bf7-a6bd-4b7b042861e7",
  "location": "Niederweningen",
  "latitude": 47.50437,
  "longitude": 8.37668,
  "employmentGradeMin": 100,
  "employmentGradeMax": 100,
  "employmentType": "Permanent position",
  "category": "Technical / IT / Telecom / Software / Engineering",
  "profession": "Software Engineer",
  "requiredLanguages": ["de"],
  "publicationDate": "2026-09-03T18:33:14+02:00",
  "language": "en",
  "salary": null,
  "teaser": "Full Stack Developer (m/w/d) — Referenznummer 79728 …",
  "detailUrl": "https://www.jobs.ch/en/vacancies/detail/9dc16c98-81b7-4827-84e0-fb203b7347d4/",
  "applyUrl": "https://www.jobs.ch/en/vacancies/detail/9dc16c98-81b7-4827-84e0-fb203b7347d4/"
}
```

### Use cases

- **Recruiting & sourcing** — build a live feed of relevant openings and companies that are hiring.
- **Salary & market research** — benchmark roles, workloads and hiring demand across cantons.
- **Competitive intelligence** — track which companies are posting, and how often.
- **Job aggregators & dashboards** — power your own board or analytics with clean, structured data.

### FAQ

**Do I need an account or credentials?** No. Just set your search and run.

**Can I scrape a specific search from my browser?** Yes — paste one or more jobs.ch search or job URLs into **Start URLs**.

**Which languages are supported?** English, German and French. Choose one with the **Language** option.

**How do I get the full job description?** Enable **Include full details** to add the full description, profession, category, working hours and salary (when published).

*This tool collects only public job listings. It does not access private, candidate or account data.*

# Actor input Schema

## `query` (type: `string`):

Keywords to search for (e.g. "developer", "pflegefachfrau", "marketing manager"). Leave empty to collect all currently published jobs. Ignored when Start URLs are set.

## `location` (type: `string`):

Optional. Limit results to a Swiss city, region or canton (e.g. "Zurich", "Geneva", "Vaud", "Basel"). Leave empty to search all of Switzerland.

## `employmentGradeMin` (type: `integer`):

Optional. Only collect jobs whose workload starts at or above this percentage (e.g. 80 for 80–100% roles).

## `employmentGradeMax` (type: `integer`):

Optional. Only collect jobs whose workload is at or below this percentage (e.g. 60 for part-time roles).

## `language` (type: `string`):

Language for the listing detail links and (with "Include full details") the job descriptions.

## `startUrls` (type: `array`):

Optional. One or more jobs.ch search-results or job-detail URLs. Paste the URL straight from your browser. When set, these are used instead of the fields above.

## `includeDetail` (type: `boolean`):

Fetch each job's detail page for extra fields (full description, profession, category, employment type, working hours, salary if published, company page). Slower, but richer output.

## `maxItems` (type: `integer`):

Maximum number of jobs to collect across all searches (0 = no limit; collect everything the searches return).

## Actor input object example

```json
{
  "query": "developer",
  "language": "en",
  "includeDetail": false,
  "maxItems": 100
}
```

# Actor output Schema

## `results` (type: `string`):

The results as dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "developer"
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/jobs-ch-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "query": "developer" }

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/jobs-ch-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "developer"
}' |
apify call hipersoft/jobs-ch-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/jobs-ch-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/aysqWI6N83tQWnUMY/builds/ZbhOuJtxHqqQjWIRl/openapi.json
