Skip to main content
AI Studio  add-on for Spider.
iacr.org · HTTP 200

Iacr Scraper

Spider read iacr.org in 267 ms without a browser and returned 132 lines of clean markdown, including sections like "Journal of Cryptology", "Conference Proceedings" and "Open Access Journals".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response iacr.org/index.md markdown · 132 lines
Code Generation of Faster Formally Verified NTT with Plantard Reduction*Donnie Y. Xu, Rajeev Gore, Amin Sakzad, Ron Steinfeld, Raymond K. Zhao*Triple Cryptanalysis of Isogeny-Based VRFs from Asiacrypt 2025Formal Security Analysis of the Olvid Messenger*Noemi Terzo, Cas Cremers, Ruben Gonzalez, Peter Schwabe, Yuval Yarom, Zhiyuan Zhang*Z-SCAPE: Zero-Knowledge Self-Custodial Credential Operation for Privacy-Preserving Asset Protection under Entropy-Source Failure*Mehmet Sabir Kiraz, Suleyman Kardas*Extending the Applicability of Algebraic Key Recovery Attacks on the UOV Signature Scheme*Yasuhiko Ikematsu, Hiroki Furue*Relect: Single Secret Leader Election via FHE with Reduced Computation and Communication and Transparent Setup*Haofei Liang, Zeyu Liu, Yunhao Wang, Xiang Xie, Yu Yu, Fan Zhang*Two-Limb CRT Ring-LWE Encryption with Exact Decryption and Public Re-randomization*Damir Vodenicarevic, Andrei Fleiser, Pierre Seznec, Karen Mayen Naranjo, Lucas Foucher, Léo Besançon, Thybault Alabarbe, Jean-François Morcillo, Benjamin Reynes, Lilian Urvoy*#### Journal of CryptologyVincent Rijmen, Editor-in-chiefPublished by Springer-Verlag since 1988#### Conference ProceedingsRegional and Area ConferencesPublished by Springer-Verlag since 1984#### Open Access JournalsTransactions on Symmetric CryptographyTransactions on Cryptographic Hardware and Embedded SystemsIACR Communications in Cryptology#### IACR ePrint ArchiveJoppe W. Bos, Sofía Celi & Matthias J. Kannwischer, Co-editorsBest Paper Award, CRYPTO 2025, KLPT²: Algebraic pathfinding in dimension two and applicationsBest Paper Award and Best Young Researcher Award, CRYPTO 2025, Compact Lattice Signatures via Iterative Rejection SamplingCRYPTO 2025 Best Paper Award, CRYPTO 2025, On One-Shot Signatures, Quantum vs Classical Binding, and Obfuscating Permutations
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 iacr.org.

iacr-org-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://iacr.org");

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

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 iacr.org costs to scrape.

The capture above cost $0.000061 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://iacr.org/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping iacr.org.

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.