Jobs
Careers UN logo

Careers UN API

careers.un.org

UN Careers - job search, filter metadata, and full postings with duty-station info.

Actions
5
Category
Jobs
Login
Not required
Output
JSON

Call the Careers UN API

Submit a task, then poll the job until it settles. This example runs act_careers_un_org_job_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_careers_un_org_job_detail",
    "params": {
      "job_id": "277335"
    }
  }'

5 actions on careers.un.org

Read

  • Job Details

    act_careers_un_org_job_detailread1 credit / call

    Returns full posting details including description, requirements, duty station, grade, and department.

    job_id
    string · required
    language
    string
  • Job Filter Facets

    act_careers_un_org_job_filter_facetsread1 credit / call

    Returns search filter facets including areas of expertise, duty stations, and grades.

  • Job Filter Facets V2

    act_careers_un_org_job_filter_facets_v2read1 credit / call

    Returns v2 search filter facets including job networks, duty stations, grades, and expertise.

    language
    string
  • Job Network List

    act_careers_un_org_job_network_listread1 credit / call

    Returns job networks and their job families with codes, names, and metadata.

    language
    string · required

Write

Write actions change state on careers.un.org and run as the account you connect.

  • Job Search Results

    act_careers_un_org_job_search_resultswrite2 credits / call

    Searches job openings by keyword, network, duty station, and grade, returning paginated results.

    search_keyword
    string
    job_network_code
    array · required
    job_family_codes
    array
    duty_station_codes
    array
    grade_codes
    array
    page
    integer
    item_per_page
    integer

Careers UN API questions

Is there an API for Careers UN?
Careers UN does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for careers.un.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Careers UN data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when careers.un.org changes its markup, Anakin updates the action.
Do I need a Careers UN account?
No. Every Careers UN action listed here runs anonymously — no account and no credentials required.
What does the Careers UN API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites