Scrape job listings from JobScout24.ch, one of Switzerland's major national job boards. Returns title, company, location, canton, salary (CHF) where published, workload (Pensum), employment type, contact person, company benefits, and the full description. HTTP-only, no login required. Use it for Swiss talent pool research, recruiter prospecting, and salary benchmarking across the Swiss SME market.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~jobscout24-ch-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["Informatiker", "Pflege"], "location": "Zurich", "maxResultsPerQuery": 100 }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/jobscout24-ch-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Senior Software Engineer |
| company | string | Swisscom AG |
| location | string | Zurich, ZH |
| canton | string | ZH |
| salary_text | string | 90,000 to 120,000 CHF per year |
| workload_min | integer | 80 |
| workload_max | integer | 100 |
| employment_type | string | Full-time |
| description | string | We are looking for... |
| source_url | string | https://www.jobscout24.ch/... |
$0.001 per job + $0.001 actor start. About $1 per 1,000 results. You only pay for jobs that successfully return data. Failed fetches are not charged.
New to Apify? Every account gets a $5 free monthly platform credit, enough for around 5,000 results on this actor before you commit to paying anything. Test extensively first.