GET icc-cpi.int HTTP 200244 ms7.6 KB$0.000149 captured Aug 7, 2026
icc-cpi.int, as data
One API turns any icc-cpi.int 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 244 ms
- Page size
- 7.6 KB of markdown, 90 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This icc-cpi.int page cost $0.000149 to fetch.
Trying individuals for genocide, war crimes, crimes against humanity, and aggressionStatement by the Presidency of the Assembly of States Parties on the withdrawals from the Rome Statute by Chad and Venezuela.ICC Statement on the ASP Decision regarding disciplinary proceedings involving the ICC ProsecutorStatement of the ASP President following the conclusion of disciplinary proceedings involving Prosecutor Karim KhanAssembly of States Parties concludes its special session on disciplinary proceedings involving an elected officialStatement of ICC Office of the Prosecutor on the ASP decision on disciplinary proceedings involving the ProsecutorIceland renews its support to the Trust Fund for Victims with a voluntary contribution for 2025Japan continues its support for the Trust Fund for Victims at the ICC, bolstering efforts to assist survivors of sexual and gender-based violencePortugal strengthens its voluntary contribution in 2026 and upholds its long-standing commitment to the Trust Fund for VictimsSlovenia reiterates assistance for survivors of sexual and gender-based violence through a new voluntary contribution to the Trust Fund for VictimsGermany bolsters its position as a leading donor and lends support to the implementation of Court-ordered reparations##### About the CourtThe International Criminal Court (ICC) investigates and, where warranted, tries individuals charged with the gravest crimes of concern to the international community: genocide, war crimes, crimes against humanity and the crime of aggression. As a court of last resort, it seeks to complement, not replace, national Courts. Governed by an international treaty called the Rome Statute,##### States PartiesThe Assembly of States Parties ("the Assembly") is the Court's management oversight and legislative body and is composed of representatives of the States which have ratified or acceded to the Rome Statute.##### Trust Fund For Victims What Spider does on icc-cpi.int
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.
244 ms · $0.000149Page 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://icc-cpi.int/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://icc-cpi.int/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://icc-cpi.int/", {
return_format: "markdown",
});
console.log(page.content); What icc-cpi.int costs
Multiplied from the measured 7.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 icc-cpi.int.
The capture above took 244 ms and cost $0.000149. The same call takes any URL on icc-cpi.int.