# Jobagent.ch Scraper (`rainminer/jobagent-ch-scraper`) Actor

Scrape job listings from jobagent.ch, Switzerland's semantic job search with 250,000+ open positions. Export titles, companies, locations, workload, and descriptions as JSON or CSV. Schedule runs via API, monitor failures, and integrate with your stack — no coding required.

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

## Pricing

from $0.37 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
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

### What does Jobagent.ch Scraper do?

**Jobagent.ch Scraper** extracts **job listings** from [Jobagent.ch](https://www.jobagent.ch/) — Switzerland's semantic job search engine that aggregates more than 250,000 open positions from company career pages and job boards. Paste a keyword search URL, a company profile URL, or a single job URL and export structured job data without coding.

### Why scrape Jobagent.ch?

- **Broader coverage** — Access jobs aggregated from employer websites, not only traditional job portals.
- **Semantic search** — Capture results from keyword searches across Swiss cantons and industries.
- **Recruitment intelligence** — Track hiring trends, workloads, and employers across Switzerland.
- **Apify platform** — Schedule runs, export JSON/CSV/Excel, monitor failures, and integrate via API.

### What data can you extract from Jobagent.ch?

| Field | Description |
| --- | --- |
| jobId | Unique job identifier |
| title | Job title |
| url | Public job listing URL on jobagent.ch |
| companyName | Employer name |
| companyUrl | Company profile URL on jobagent.ch |
| companyLogoUrl | Employer logo URL when available |
| location | Display location |
| city | City from structured job data |
| region | Swiss canton or region when available |
| country | Country code (typically CH) |
| datePosted | Job posting date |
| validThrough | Listing expiry date when available |
| categories | Job category shown on the listing |
| categorySlug | Category slug when available |
| employmentTypes | Employment types (e.g. FULL\_TIME, PART\_TIME) |
| workload | Work percentage when shown in the title |
| isPremium | Whether the listing is marked as premium |
| description | Job description when available on the platform |
| externalJobUrl | External employer career page when embedded |
| applyUrl | Apply link when available |
| searchUrl | Source search URL for jobs found via search |

### How to scrape Jobagent.ch

1. Open the Actor in Apify Console.
2. Add one or more **jobagent.ch URLs** under **Start URLs**.
3. Set **Maximum items** (jobs per start URL).
4. Optionally set **Filter date** to scrape only jobs posted on or after that day.
5. Keep **residential proxies** enabled for reliable access.
6. Run the Actor and download results from the dataset tab.

### Input

Jobagent.ch Scraper accepts **Start URLs**, **maxItems** (per start URL), optional **filterDate**, and **proxy configuration**. See the **Input** tab in Apify Console for details.

Supported start URLs:

- Keyword search: `https://www.jobagent.ch/search?terms=Informatiker`
- Search with location: `https://www.jobagent.ch/search?terms=Software&location=Zurich`
- Company jobs: `https://www.jobagent.ch/company/swisscom/`
- Job detail pages: `https://www.jobagent.ch/job/{slug}/{id}`

**Filter date:** Set `filterDate` to `2026-06-01` or `01.06.2026` to collect only jobs posted on or after that date. During search crawling, pagination stops automatically when an older listing is reached.

### Output example

```json
{
  "jobId": "3249326664",
  "title": "Senior Software Engineer (w/m/d)",
  "url": "https://www.jobagent.ch/job/senior-software-engineer-w-m-d/3249326664",
  "companyName": "TEQABLE",
  "location": "Zürich",
  "city": "Zürich",
  "country": "CH",
  "datePosted": "2026-06-20",
  "categories": "Informatik",
  "employmentTypes": ["FULL_TIME"],
  "workload": "80-100 %",
  "searchUrl": "https://www.jobagent.ch/search?terms=Informatiker"
}
```

You can download the dataset in JSON, CSV, Excel, or HTML.

### How much does scraping Jobagent.ch cost?

This Actor uses pay-per-event pricing on Apify. You pay a small per-run start fee plus a per-job listing fee, and **Apify platform usage** (compute and residential proxy traffic) is billed separately. Residential Swiss proxies are used by default because jobagent.ch applies bot protection. Check the **Pricing** tab on Apify Store for current rates and volume discounts.

### Integrations

Connect Jobagent.ch Scraper to **Zapier**, **Make**, **Google Sheets**, or your own pipeline via the Apify API. Schedule daily runs to monitor new Swiss job postings automatically.

### Tips

- Use specific keyword searches (`terms=`) to keep result sets focused.
- Add `location=` or `provinces=` query parameters to narrow results by region.
- Set **Filter date** for incremental runs that only pick up newly posted jobs.
- Start with a low **maxItems** value for testing, then scale up for production runs.

### Image Credit

Image credit: [jobagent.ch](https://www.jobagent.ch/)

# Actor input Schema

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

jobagent.ch job search URLs (e.g. https://www.jobagent.ch/search?terms=Informatiker), company profile URLs (e.g. https://www.jobagent.ch/company/swisscom/), or individual job URLs.

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

Maximum number of jobs to return per start URL.

## `filterDate` (type: `string`):

Only scrape jobs posted on or after this date (YYYY-MM-DD or DD.MM.YYYY). Search pagination stops when an older job is reached.

## `proxyConfiguration` (type: `object`):

Residential proxies are recommended because jobagent.ch uses bot protection.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.jobagent.ch/search?terms=Informatiker"
    }
  ],
  "maxItems": 5,
  "filterDate": "2026-06-01",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CH"
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "startUrls": [
        {
            "url": "https://www.jobagent.ch/search?terms=Informatiker"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "CH"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/jobagent-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 = {
    "startUrls": [{ "url": "https://www.jobagent.ch/search?terms=Informatiker" }],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "CH",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/jobagent-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 '{
  "startUrls": [
    {
      "url": "https://www.jobagent.ch/search?terms=Informatiker"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CH"
  }
}' |
apify call rainminer/jobagent-ch-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rainminer/jobagent-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/yZP3ceGDHP8yuN3Nq/builds/pe3ZCarIl3cVNbFtk/openapi.json
