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".
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 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.
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(); import { Spider } from "@spider-cloud/spider-client";
const spider = new Spider({ apiKey: process.env.SPIDER_API_KEY! });
const result = await spider.scrapeUrl("https://www.iacr.org", {
return_format: "markdown",
});
console.log(result); Ready for volume? Get an API key →
Fields you can pull.
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
Run it keyless, no account
More Directories scrapers.
Spotify Main Page Scraper
Extract structured data from Spotify Main Page with automated CSS selectors.
Roblox Landing Page Scraper
Roblox landing page metadata and cookie banner information.
Mozilla Homepage Data Scraper
A scraper for extracting all useful data from the Mozilla homepage, including site metadata, navigation, and content.
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.