GET gov.za HTTP 2003.9 s4.6 KB$0.000092 captured Aug 7, 2026
gov.za, as data
One API turns any gov.za 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 3.9 s
- Page size
- 4.6 KB of markdown, 50 lines
- Fields
- Title, Department, Date, Description
- Captured
- Aug 7, 2026
Free balance on signup, no card. This gov.za page cost $0.000092 to fetch.
To date, the Department has settled over 83 721 land claims nationally, resulting in the transfer of approximately 3 916 733 hectares of land.This progress underscores Government’s continued commitment to resolving land claims and facilitating equitable land ownership among affected communities.As South Africa commemorates Chris Hani on 10 April, as one of the country’s foremost struggle heroes, the Title Deed Handover Ceremony further demonstrates Government’s commitment to advancing human dignity, freedom, and inclusive economic participation grounded in spatial justice.The Deputy President will be accompanied by members of the IMC on Land Reform and Agriculture; the Premier of Limpopo, Dr Phophi Ramathuba; Members of the Limpopo Provincial Executive Council (PEC); leadership of the Waterberg District Municipality and Thabazimbi Local Municipality; as well as representatives of the Commission on Restitution of Land Rights.The ceremony will take place as follows:Venue: Portion 27 of the Farm Zwartkop 369 KQ, Thabazimbi, Limpopo Province* 08h30 – Photo opportunity: Arrival of the Deputy President and delegation at Portion 21 of Farm Zwartkop 369 KQ (Boardroom)* 10h00 – Media in attendance: Guided walkabout at Zwartkop Farm* 11h00 – Main programme (media in attendance)* 12h00 – Keynote address by Deputy President MashatileMembers of the media are requested to complete the attached accreditation form ([SSA SCREENING TEMPLATE - MEDIA.xlsx](<https://thepresidency.gov.za/sites/default/files/2026-04/SSA SCREENING TEMPLATE - MEDIA.xlsx>))and submit it to Sam Bopape on Matome@presidency.gov.za or Ishmael Selemale on Ishmael@gcis.gov.zaMedia enquiries: The Presidency - Mr Keith Khoza, Spokesperson to the Deputy President, on 066 195 8840 What Spider does on gov.za
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.
3.9 s · $0.000092Page 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://www.gov.za/news/media-advisories/government-activities/deputy-president-paul-mashatile-officiates-title-deed", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.gov.za/news/media-advisories/government-activities/deputy-president-paul-mashatile-officiates-title-deed", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.gov.za/news/media-advisories/government-activities/deputy-president-paul-mashatile-officiates-title-deed", {
return_format: "markdown",
});
console.log(page.content); What gov.za costs
Multiplied from the measured 4.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 gov.za.
The capture above took 3.9 s and cost $0.000092. The same call takes any URL on gov.za.