Skip to main content
AI Studio  add-on for Spider.
unhcr.org · HTTP 200

Unhcr Scraper

Spider read unhcr.org in 270 ms without a browser and returned 131 lines of clean markdown, including sections like "Latest from X", "Need help?" and "Latest from UNHCR".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response unhcr.org/index.md markdown · 131 lines
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.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on unhcr.org.

unhcr-org-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://unhcr.org");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRating

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What unhcr.org costs to scrape.

The capture above cost $0.000445 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://unhcr.org/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping unhcr.org.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.