Our API is free with a fair use, at your own risk. Attribution is welcome, ideally with direct links to the job offers hosted on untalent.org.
All the jobs, including home-based positions, are available on this endpoint:
https://untalent.org/api/v1/jobs
Remote (home-based) jobs only:
https://untalent.org/api/v1/homebased
To authenticate, use the token
parameter in your url, for instance ?token=YOUR:TOKEN
. It should be sent with every url.
To add a filter, use query parameters, for instance ?locationSlugs=geneva&areaSlugs=human-resources
All the filters can be combined. The separator +
can be used for multiple tags in the same category. When there are multiple tags, at least one of them must be present (OR). When multiple categories are used, each category will have at least one matching tag in the results (AND). When a tag does not exist, it is ignored.
locationSlugs
: the location, for instanceGeneva
,Kenya
,New-York
, orKenya+New-York
areaSlugs
: the slug version of the work area, for instancehuman-resources
,innovation
levelSlugs
: the level of the contract, for instancemid
,consulting
,volunteer
,senior
slug
can be used as the identifier.
title
, url
and company
are always present. Other fields are not always there
Warning Keep in mind that
expire_at
might be missing.
You can navigate between pages by adding ?page=2
to the url