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
