Humanitarian Jobs Dashboard

Real-Time Sector Employment Intelligence
A real-time business intelligence dashboard processing hundreds of thousands of data points daily to provide insights on humanitarian jobs, tracking the impact of funding crises on workforce dynamics, localization trends, and technical skill requirements.
Status Production
Started February 2025
Last Updated January 2026

Database Structure

Analysis

Metrics


A Technical Note for the n8n workflow:

ReliefWeb’s API is very friendly but requires an appname parameter in every request since September 2025. Since you are a beginner, the URL you’ll likely use in your n8n HTTP Request node will look like this:

https://api.reliefweb.int/v2/jobs?appname=my-humanitarian-dashboard&limit=1000&preset=latest

UPDATE

With all the agents bots scraping the Internet automatically, APIs are gearing up their security and putting more restrictions. This call stopped working and I had to adjust every parameter for the connection not to abort. I am now doing requests of 50 profiles at a time. 2026-01-16