GET unhcr.org HTTP 200270 ms8.9 KB$0.000445 captured Aug 7, 2026
unhcr.org, as data
One API turns any unhcr.org page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 270 ms
- Page size
- 8.9 KB of markdown, 131 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This unhcr.org page cost $0.000445 to fetch.
Refugees (under UNHCR’s mandate)Palestine refugees (under UNRWA’s mandate)Other people in need of international protectionInternally Displaced PeopleAs of the end of December 2025Source: UNHCR Global Trends 2025, 11 June 2026The total number of forcibly displaced people worldwide accounts for overlaps between population groups.Most refugees – 68 per cent – are hosted by low- and middle-income countries.Get the latest data and statistics## Latest from X## Need help?### Find information and services for refugees, asylum-seekers and stateless persons## Latest from UNHCRUNHCR: 75 years on, the Refugee Convention remains a lifeline for millionsFormer refugee Wenyen Gabriel becomes first professional basketball player to be appointed UNHCR Goodwill AmbassadorUNHCR deeply saddened as 144 people reportedly dead or missing off West AfricaHigh Commissioner’s speech marking the 75th anniversary of the 1951 Refugee Convention## Venezuela emergency**A powerful earthquake has struck Venezuela — a country already living through one of the world's largest displacement crises.**This disaster hits a population already stretched to a breaking point. Almost 7 million Venezuelans have fled in recent years. Now, for those who remain, a fragile situation has become an emergency — with urgent need for shelter, clean water and protection.UNHCR, the UN Refugee Agency, leads the protection response in Venezuela. Our teams are on the ground delivering shelter and relief to those hit hardest.can provide blankets, solar lamp, cooking utensils and jerry cans to two familiescan provide 10 gas cylinders allowing displaced families to cook hot mealscan provide 15 blankets to displaced families to help keep them warm## Flagship reports and publicationsLatest global figures on forced displacement and statelessness.UNHCR's annual report outlining its impact in the previous year. What Spider does on unhcr.org
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
270 ms · $0.000445Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://unhcr.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://unhcr.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://unhcr.org/", {
return_format: "markdown",
});
console.log(page.content); What unhcr.org costs
Multiplied from the measured 8.9 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of unhcr.org.
The capture above took 270 ms and cost $0.000445. The same call takes any URL on unhcr.org.