GET icj-cij.org HTTP 2002.7 s4.4 KB$0.00006 captured Aug 7, 2026
icj-cij.org, as data
One API turns any icj-cij.org 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 2.7 s
- Page size
- 4.4 KB of markdown, 89 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This icj-cij.org page cost $0.00006 to fetch.
Legality of Use of Force (Serbia and Montenegro v. United Kingdom)###### Legality of Use of Force (Serbia and Montenegro v. Belgium)###### Legality of Use of Force (Serbia and Montenegro v. Canada)###### Legality of Use of Force (Serbia and Montenegro v. France)###### Legality of Use of Force (Serbia and Montenegro v. Germany)###### Legality of Use of Force (Serbia and Montenegro v. Italy)###### Legality of Use of Force (Serbia and Montenegro v. Netherlands)###### Legality of Use of Force (Serbia and Montenegro v. Portugal)###### Legality of Use of Force (Yugoslavia v. Spain)###### Legality of Use of Force (Yugoslavia v. United States of America)#### JudgmentsJudgment of 15 December 2004###### Preliminary Objections###### Procedure(s):Preliminary objections###### Available in:###### Joint declaration of Vice-President Ranjeva, Judges Guillaume, Higgins, Kooijmans, Al Khasawneh, Buergenthal and Elaraby###### Declaration of Judge Koroma###### Separate opinion of Judge Higgins###### Separate opinion of Judge Kooijmans###### Separate opinion of Judge Elaraby###### Separate opinion of Judge ad hoc Kreca What Spider does on icj-cij.org
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.
2.7 s · $0.00006Page 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.icj-cij.org/index.php/case/113/judgments", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.icj-cij.org/index.php/case/113/judgments", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.icj-cij.org/index.php/case/113/judgments", {
return_format: "markdown",
});
console.log(page.content); What icj-cij.org costs
Multiplied from the measured 4.4 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 icj-cij.org.
The capture above took 2.7 s and cost $0.00006. The same call takes any URL on icj-cij.org.