GET stat.uz HTTP 200226 ms19.6 KB$0.000228 captured Aug 7, 2026
stat.uz, as data
One API turns any stat.uz 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 226 ms
- Page size
- 19.6 KB of markdown, 406 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This stat.uz page cost $0.000228 to fetch.
O’zbekistonda Asosiy fondlarO’zbekistonda kichik tadbirkorlikO’zbekistonda mehnat va bandlikO’zbekistonda sog`likni saqlashO’zbekistonning demografik yillik to’plami## OCHIQ MA`LUMOTLAR PORTALIO’zbekiston Respublikasi Prezidenti huzuridagi Statistika agentligi Ochiq ma'lumotlar portalining asosiy muvofiqlashtiruvchisi va asosiy etkazib beruvchisi hisoblanadi.# 22 000+# 3 500+# 149## AHOLI VA QISHLOQ XO‘JALIGINIO‘zbekiston Respublikasida aholi va qishloq xo‘jaligini ro‘yxatga olish**2026 yilning 15 yanvaridan 28 fevraliga **qadar o‘tkaziladi va ro‘yxatga olish maʼlumotlari **2026 yilning 15 yanvar **holatiga to‘planadi## BARQAROR RIVOJLANISH MAQSADLARI2015 yil 25 sentyabrda Birlashgan Millatlar Tashkiloti Bosh Assambleyasida 70/1-sonli "Dunyomizni o'zgartirish. 2030 yilgacha bo'lgan davrda barqaror rivojlanish sohasidagi kun tartibi" rezolyutsiyasini qabul qildi va u 2016 yil 1 yanvardan kuchga kirdi.Ushbu hujjat kompleks xarakterga ega 17 maqsad va 169 vazifani o'z ichiga olgan bo'lib, barqaror rivojlanishning har uchta komponenti - iqtisodiy o'sish, ijtimoiy integratsiya va ekologik barqarorlik muvozanatini ta'minlaydi.# 17# 169# 100+## USLUBIY MATERIALLARUslubiy materiallarning elektron kutubxonasi, uslubiy nizomlar va yo’riqnomalarning tizimlashtirilgan ro’yxati, statistik kuzatuvlar o’tkazish va tashkillashtirish masalalarini reglamentlashni o’z ichiga oladi.BEKOR QILINGAN MATERIALLARXalqaro valyuta jamg‘armasining “kengaytirilgan Ma’lumotlarni tarqatishning umumiy tizimi” (kMTUT) mamlakatlarni iqtisodiy salohiyatini namoyon qiluvchi asosiy ma’lumot manbai hisoblanadi. Tizim doirasida asosiy iqtisodiy, moliyaviy va ayrim ijtimoiy ko‘rsatkichlar belgilangan talablar asosida e’lon qilib boriladi. What Spider does on stat.uz
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.
226 ms · $0.000228Page 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://stat.uz/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://stat.uz/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://stat.uz/", {
return_format: "markdown",
});
console.log(page.content); What stat.uz costs
Multiplied from the measured 19.6 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 stat.uz.
The capture above took 226 ms and cost $0.000228. The same call takes any URL on stat.uz.