Jobs.ch Scraper avatar

Jobs.ch Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Jobs.ch Scraper

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

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

29

Total users

11

Monthly active users

20 hours ago

Last modified

Share

Jobs.ch Scraper

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

ParameterTypeDefaultDescription
searchQueryarray["developer"]One or more search keywords (e.g. 'developer', 'nurse'). Each keyword runs as a separate search. Leave empty to scrape all jobs.
locationsarray(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.
languagestring"de"Language of the detail page URL. Affects which language version of job descriptions is fetched.
contractTypeFilterstring"all"Filter results by contract type.
workloadMininteger0Minimum workload (Pensum) percentage. Use 0 for no minimum.
workloadMaxinteger100Maximum workload (Pensum) percentage. Use 100 for no maximum.
daysOldinteger(empty)Only include jobs published within this many days. Leave empty for no limit. Useful for incremental daily/weekly runs.
fetchDetailsbooleanfalseON: fetches full job description, salary, company info, and all details. OFF: returns basic listing info only (faster, lower cost).
skipRepostsbooleanfalseSkip jobs that have been seen in a previous run (cross-run deduplication via KeyValueStore fingerprinting, 90-day TTL).
maxItemsinteger5Maximum 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.

FieldTypeDescription
idstringJobs.ch internal listing ID
urlstringDirect link to the listing
titlestringJob title
companystringHiring company name
isAnonymousbooleanIs anonymous.
companyWebsitestringCompany website.
locationstringLocation as displayed
countrystringCountry of the position.
industrystringIndustry as published.
contractTypestringe.g. PERMANENT, TEMPORARY
workloadstringWorkload as displayed, e.g. 80–100%
workloadMinnumber
workloadMaxnumber
publishDatestringDate posted
initialPublishDatestringInitial publish date.
daysOldnumber
isRepostbooleantrue if seen in a previous run
descriptionstringFull job description in plain text.
descriptionTextstringFull job description in plain text.
descriptionMarkdownstringDescription markdown.
applyUrlstringDirect application link.
employerRating.averagenumberAverage.
employerRating.totalReviewsnumberTotal reviews.
employerRating.leadershipnumberLeadership.
employerRating.salaryAndBenefitsnumberSalary and benefits.
employerRating.careerOpportunitiesnumberCareer opportunities.
employerRating.workAtmospherenumberWork atmosphere.
contentHashstringStable hash of the listing content, used for repost and change detection.
scrapedAtstringTimestamp when this record was scraped.
latitudenumberLatitude of the workplace.
longitudenumberLongitude of the workplace.
changeStatusstringNEW, 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.

ResultsCost
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 sizeTypical time
100 resultsunder 1 minute
1,000 results2–4 minutes
10,000 results20–35 minutes

Known limitations

  • Salary is only returned when the employer publishes it — many listings carry null salary 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