Skip to main content
AI Studio  add-on for Spider.
goszakup.gov.kz · HTTP 200

Gov Scraper

Spider read goszakup.gov.kz in 1.9 s without a browser and returned 206 lines of clean markdown, including the section "Page tree".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response wiki.goszakup.gov.kz/pages/viewpage.action.md markdown · 206 lines
## Page treeCreated by [admin](< /display/~admin>), last modified by [Дженгишева Д.Ә](< /display/~didz### **Шартты Қазынашылықта тіркеу**** **### **«Қазынашылықта**** тіркеумен/Қазынашылықта тіркеусіз» белгісі**## Шығын ерекшелігі бойынша шарттың мәнін сипаттау## Шартты Қазынашылықта тіркеуге жіберу*001-100-111 сомасы 100000, аванс 10%, өтінімде аванс сомасы=10000, төленгені 10000**001-100-111 сомасы 40000, аванс 10%, **өтінімде аванс сомасы**=4000, төленгені 3000**001-100-111 сомасы 20000, аванс 10%=2000, өтінімде аванс сомасы =0, себебі 2000<3000 (*аванс сомасы нақты аванстан аз*)*АҚМ тіркеуге өтінімді өңдеу бөлігінде «Қазынашылық-Клиент» АЖ-да бухгалтердің жұмысы бойынша нұсқаулық Қазынашылық комитетінің сайтында «Ақпараттық жүйелер»- «ММ үшін АҚМ тіркеуге өтінім. 7.0 нұсқасы» бөлікте орналастырылған (http://www.kazyna.gov.kz/index.php/ru/component/users/?view=login&return=aHR0cDovL3d3dy5rYXp5bmEuZ292Lmt6L2luZGV4LnBocC9ydS9pbmZvcm1hdHNpb25ueWUtc2lzdGVteS9ydWtvdm9kc3R2by1wb2x6b3ZhdGVseWE=).# ** «Қазынашылық-Клиент» АЖ-да өтінімді әрі қарай қалыптастыру және өңдеу бизнес-процессінің қысқаша сипатталуы****Ескертпе: **Қазақстан Республикасы Қаржы министрінің 2016 жылғы 27 қаңтардағы №30 «Шығыстардың экономикалық сыныптамасы ерекшеліктерінің, оның ішінде жасалған азаматтық-құқықтық мәмілелерді тіркеу міндетті болып табылатын шығыстар түрлерінің тізбесін бекіту туралы» бұйрығына сәйкес 000151, 000169 ерекшелікті шарттар Қазынашылық органдарда тіркелмейді. Егер «Қазынашылық-Клиент» АЖ-ға тіркеуге өтінімді қалыптастыру сауалы жіберілсе, жүйе *«000151, 000169 ерекшеліктері бойынша АҚО-да тіркеуге өтінімді қалыптастыру мүмкін емес» *қатені қайтарады.## **Ақша алушы мем. кірістер органдары (өнім беруші емес) болып табылатын шарттар бойынша ақша алушының деректемелерін қосу **### **Тіркеу туралы мәліметтерді қолмен енгізу**### **Шартты**** бұзған кезде Қазынашылыққа өтінім жіберу**{"serverDuration": 130, "requestCorrelationId": "575590a2a3b1c9ce"}
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 goszakup.gov.kz.

goszakup-gov-kz-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://goszakup.gov.kz");

// 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.

TitleDepartmentDateDescriptionDocument URLCategory

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 goszakup.gov.kz costs to scrape.

The capture above cost $0.000032 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://wiki.goszakup.gov.kz/pages/viewpage.action?pageId=1327236", "return_format": "markdown"}'

More Government scrapers.

Start scraping goszakup.gov.kz.

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.