GET pen.org HTTP 200138 ms14.2 KB$0.000818 captured Aug 7, 2026
pen.org, as data
One API turns any pen.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 138 ms
- Page size
- 14.2 KB of markdown, 176 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This pen.org page cost $0.000818 to fetch.
# The Freedom to WritePEN America stands at the intersection of literature and human rights to protect free expression in the United States and worldwide. We champion the freedom to write, recognizing the power of the word to transform the world.## America Speaks: What Does Free Expression Mean to You?PEN America is listening! Two hundred and fifty years after the signing of the Declaration of Independence, what is the state of free expression in our country? Add your submission to our public multimedia exhibit.## Tell Congress: Protect the Freedom to ReadA bill intended to censor speech and instruction in schools, explicitly targeting trans kids and modern literature, is moving through the House and companion legislation was recently introduced in the Senate.## Featured Work# Freedom to Write Index 2025# Facts & Fiction# Announcing the 2026 PEN America Literary Awards Winners# Fairness in Publishing# Expanding the Web of Control# The Normalization of Book Banning## The Latest## Press Releases## Effort to Shut Down Rainbow Story Hour in Missouri is Government Overreach on Ideological Grounds## New Visa Restrictions Threaten Foreign Journalists, Academic Exchange## “Deeply Misguided” Decision by Texas School District to Ban Tiffany D. Jackson Book## Free Expression Under Threat as Michigan Public Library Board Moves Hundreds of Children’s Books to the Adult Section## PEN International, the Independent Chinese PEN Center, and PEN America: Nine Years after Liu Xiaobo’s Death in Custody, Risks for Writers Persist in China## Features & Interviews## America Speaks: ‘In my country, we’re not allowed to read these things’## With Ruta Sepetys’ A Fortune of Sand, A Book Idea Sewn 50 Years Ago Blooms at Last## ‘With All Our Might and Power’: Two Formerly Jailed Writers Advocate for Release of Dozens More## Lemony Snicket, Local Advocates Rally to Protect Tennessee’s Freedom to Read## Get Involved Today## What We Do What Spider does on pen.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.
138 ms · $0.000818Page 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://pen.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://pen.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://pen.org/", {
return_format: "markdown",
});
console.log(page.content); What pen.org costs
Multiplied from the measured 14.2 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 pen.org.
The capture above took 138 ms and cost $0.000818. The same call takes any URL on pen.org.