Skip to main content
AI Studio  add-on for Spider.
icc-cpi.int · HTTP 200

Icc-cpi Scraper

Spider read icc-cpi.int in 244 ms without a browser and returned 90 lines of clean markdown.

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response icc-cpi.int/index.md markdown · 90 lines
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
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 icc-cpi.int.

icc-cpi-int-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://icc-cpi.int");

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

Business NameAddressPhoneCategoryRatingWebsite

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 icc-cpi.int costs to scrape.

The capture above cost $0.000149 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://icc-cpi.int/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping icc-cpi.int.

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.