Jobs.ch Scraper
Pricing
from $1.20 / 1,000 results
Jobs.ch Scraper
Scrape job listings from Jobs.ch — Switzerland's leading German-language job board. Structured output with CHF salary ranges, employment type, workload percentage, company details & full descriptions in HTML, text and Markdown. Repost detection. No API key required.
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
29
Total users
11
Monthly active users
20 hours ago
Last modified
Categories
Share

Extract job listings from jobs.ch at scale, in a clean, consistent structure ready for analysis, job boards, recruiting tools and market research. No API key required.
Why this scraper?
🎯 Built for Switzerland
A dedicated Swiss scraper, not a global tool with a country dropdown. Search, locations and currency (CHF) are tuned for jobs.ch.
📄 Complete job data
Full job title and description, direct listing URL and publish date for every record.
🏢 Company details
Hiring company name plus the profile details the source publishes, such as logo and company page.
📍 Precise location
City, region and country plus latitude/longitude for mapping and radius analysis.
🔁 Repost & change detection
Every record carries isRepost and changeStatus, so daily feeds return genuinely new jobs instead of reposted duplicates.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
searchQuery | array | ["developer"] | One or more search keywords (e.g. 'developer', 'nurse'). Each keyword runs as a separate search. Leave empty to scrape all jobs. |
locations | array | (empty) | One or more locations to filter by (e.g. 'Zürich', 'Geneva', 'Bern'). Each location is combined with every keyword. Leave empty for all of Switzerland. |
language | string | "de" | Language of the detail page URL. Affects which language version of job descriptions is fetched. |
contractTypeFilter | string | "all" | Filter results by contract type. |
workloadMin | integer | 0 | Minimum workload (Pensum) percentage. Use 0 for no minimum. |
workloadMax | integer | 100 | Maximum workload (Pensum) percentage. Use 100 for no maximum. |
daysOld | integer | (empty) | Only include jobs published within this many days. Leave empty for no limit. Useful for incremental daily/weekly runs. |
fetchDetails | boolean | false | ON: fetches full job description, salary, company info, and all details. OFF: returns basic listing info only (faster, lower cost). |
skipReposts | boolean | false | Skip jobs that have been seen in a previous run (cross-run deduplication via KeyValueStore fingerprinting, 90-day TTL). |
maxItems | integer | 5 | Maximum number of job listings to save. Leave empty to collect all available results. |
Output schema
Every field below is present on every record. Fields the source does not publish for a given job are returned as null rather than omitted.
| Field | Type | Description |
|---|---|---|
id | string | Jobs.ch internal listing ID |
url | string | Direct link to the listing |
title | string | Job title |
company | string | Hiring company name |
isAnonymous | boolean | Is anonymous. |
companyWebsite | string | Company website. |
location | string | Location as displayed |
country | string | Country of the position. |
industry | string | Industry as published. |
contractType | string | e.g. PERMANENT, TEMPORARY |
workload | string | Workload as displayed, e.g. 80–100% |
workloadMin | number | — |
workloadMax | number | — |
publishDate | string | Date posted |
initialPublishDate | string | Initial publish date. |
daysOld | number | — |
isRepost | boolean | true if seen in a previous run |
description | string | Full job description in plain text. |
descriptionText | string | Full job description in plain text. |
descriptionMarkdown | string | Description markdown. |
applyUrl | string | Direct application link. |
employerRating.average | number | Average. |
employerRating.totalReviews | number | Total reviews. |
employerRating.leadership | number | Leadership. |
employerRating.salaryAndBenefits | number | Salary and benefits. |
employerRating.careerOpportunities | number | Career opportunities. |
employerRating.workAtmosphere | number | Work atmosphere. |
contentHash | string | Stable hash of the listing content, used for repost and change detection. |
scrapedAt | string | Timestamp when this record was scraped. |
latitude | number | Latitude of the workplace. |
longitude | number | Longitude of the workplace. |
changeStatus | string | NEW, CHANGED or UNCHANGED compared to the previous time this job was seen. |
Example record
{"id": "d7c11892-7447-4ec0-b728-dc7911af6cdf","url": "https://www.jobs.ch/de/stellenangebote/detail/d7c11892-7447-4ec0-b728-dc7911af6cdf/","title": "Projektleiter*in Realisierung Energielösungen Romandie","company": "ewz","isAnonymous": false,"companyWebsite": "https://www.ewz.ch","location": "Zürich","country": "CH","industry": null,"contractType": "permanent","workload": "80-100%","workloadMin": 80,"workloadMax": 100,"publishDate": "2026-06-08","initialPublishDate": "2026-06-08","daysOld": 0,"isRepost": false,"description": null,"descriptionText": null,"descriptionMarkdown": null,"applyUrl": null,"employerRating": {"average": 4.5,"totalReviews": 2,"leadership": 4,"salaryAndBenefits": 4,"careerOpportunities": 4,"workAtmosphere": 5},"contentHash": "8dc3fb5f0c89ef12","scrapedAt": "2026-06-08T20:52:14.039Z","latitude": 47.3744489,"longitude": 8.5410422,"changeStatus": "NEW"}
Examples
Search for Buchhalter roles in Zürich:
{"searchQuery": "Buchhalter","maxItems": 100}
Only jobs from the last 3 days:
{"searchQuery": "Buchhalter","maxItems": 100,"daysOld": 3}
Larger run with a hard cap:
{"searchQuery": "Buchhalter","maxItems": 500}
Daily feed (run on a schedule):
{"searchQuery": "Buchhalter","daysOld": 1,"skipReposts": true,"maxItems": 500}
Schedule this input to run once a day in the Apify Scheduler — each run returns only jobs posted in the last 24 hours.
💰 Pricing
$1.5 per 1,000 results — you only pay for successfully retrieved listings. Failed retries are never charged.
| Results | Cost |
|---|---|
| 100 | ~$0.15 |
| 1,000 | ~$1.5 |
| 10,000 | ~$15 |
| 100,000 | ~$150 |
Flat-rate alternatives typically charge $29–$49/month regardless of usage.
Subscription tiers lower the rate further, down to $0.9 per 1,000 at the highest tier. Use the Max results cap in the input to control your spend exactly.
Performance
| Run size | Typical time |
|---|---|
| 100 results | under 1 minute |
| 1,000 results | 2–4 minutes |
| 10,000 results | 20–35 minutes |
Known limitations
- Salary is only returned when the employer publishes it — many listings carry
nullsalary fields. - Company details vary per listing; the scraper returns what the source publishes and never invents data.
- Very large result sets are bounded by the source's own paging limits.
- Listings can be removed by the source at any time, so a small share of URLs may expire shortly after scraping.
Technical details
- Source: jobs.ch — Switzerland job listings
- Coverage: everything the public search exposes, filterable via the input parameters above
- Retry: automatic retry on network errors with exponential backoff
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl