jobup.ch Scraper - Romandie & Swiss Job Listings by Region avatar

jobup.ch Scraper - Romandie & Swiss Job Listings by Region

Pricing

from $1.50 / 1,000 result items

Go to Apify Store
jobup.ch Scraper - Romandie & Swiss Job Listings by Region

jobup.ch Scraper - Romandie & Swiss Job Listings by Region

Scrape jobup.ch listings: title, company, town, region, employment type, workload and posting date. Sister site of jobs.ch for French-speaking Switzerland. No proxy needed, one flat price per result, no contact details.

Pricing

from $1.50 / 1,000 result items

Rating

0.0

(0)

Developer

Yusuke Suda

Yusuke Suda

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

jobup.ch Scraper — Swiss job listings from French-speaking Switzerland

jobup.ch is the leading job site of French-speaking Switzerland, and the sister site of jobs.ch (both are run by JobCloud). This Actor turns its search results into a clean table: the job title, the company, where it is, the employment type and workload, and when it was first posted.

Press Start. The defaults return the newest listings across Switzerland, with no configuration needed.

What a row looks like

{
"title": "Ingénieur logiciel backend (80-100%)",
"company": "Exemple SA",
"location": "Lausanne",
"employment_type": "Permanent position",
"workload": "80-100%",
"posted_at": "2026-09-15T08:00:00+02:00",
"source_url": "https://www.jobup.ch/fr/emplois/detail/…",
"external_id": "5d3f9c2a-…"
}

Company names are included where jobup.ch shows them (a few listings are posted anonymously and come back with an empty company). Contact persons, email addresses and phone numbers are never collected — this Actor reads the search results only and never opens the job text.

What people use it for

Tracking which companies in Geneva, Vaud or the rest of Romandie are hiring, week by week. Feeding a job board or a newsletter with openings in French-speaking Switzerland. Watching a competitor's hiring. And research on the Swiss labour market that needs structured rows rather than a page of links.

Input

FieldWhat it does
searchTermsKeywords, in French or any other language. jobup.ch search is semantic, so a broad term returns related jobs too. Leave empty for everything.
locationOne of jobup.ch's regions (by name in French, German or English, or by its ID), a canton (a code such as VD, or Canton de Vaud, Kanton Waadt, Canton of Vaud), or a town name such as Genève. A bare name such as Vaud is searched as a town name, not as the canton. Leave empty for the whole country.
postedAfterOnly keep listings first posted on or after this date (ISO 8601). Handy for daily runs that should return just what is new.
maxItemsHard stop, so your bill is predictable.
proxyConfigurationOff by default. Most runs do not need one.

How much one run returns

jobup.ch serves 20 listings per page and stops at page 100, so one search returns at most 2,000 listings. To go beyond that, split by keyword, region or canton across runs; duplicates are removed within a run.

Pricing

$3.00 per 1,000 listings, dropping to $1.50 per 1,000 on higher Apify plans, plus $0.005 each time a run starts. Platform usage is not passed on to you.

You are charged for rows you actually receive. If you set a maximum charge for the run, it stops cleanly at that limit instead of overshooting it.

Scope and limits

Public listings only, from the search results page. Salary, application deadline, remote flag, category and the job text are not on that page, so nothing is read for them. The catalogue-wide columns salary_min, salary_max, salary_currency, salary_period, employment_type and apply_url still ship, always empty, so that one parser works across every job Actor here; remote and categories are left out of the row entirely. Use source_url to reach the posting on jobup.ch.

jobup.ch answers an unknown town with an empty result rather than an error, and silently drops filters it does not understand. This Actor checks that the filters jobup.ch echoes back match the ones you asked for, and fails the run if they do not, rather than returning rows you did not ask for and charging you for them. Because an unknown town and a town with no matching jobs look the same, a town that returns nothing fails the run with a message saying so.

If jobup.ch changes its page structure, the run goes red. It does not return zero rows and report success — a silent scraper is worse than a broken one, because you find out weeks later.

A run that is blocked or cut short partway also goes red, even though the rows it did collect are in the dataset and yours to keep. Red here means "this is not the complete answer", not "you lost the data" — on a schedule, a run that quietly came back short is the thing you most need to hear about.

Every run also publishes the site's own result count next to the rows it delivered, so you can see "60 rows of 9,969 the site reports" without going back to the site to check. That number is what the site says, not a promise about what one run returns.

Same shape, other sites

jobup.ch and jobs.ch are separate boards with their own listings: on the day this Actor was built, their first pages of results had no job in common, and jobs.ch carried about twice as many. This Actor shares its output shape with the jobs.ch Scraper and the Jobindex Scraper (Denmark), so a parser you write for one keeps working on the others, and on the countries added next.

Support

Open an issue on this Actor with the run ID and your input. Answered within one business day.