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

Pen Scraper

Spider read pen.org in 138 ms without a browser and returned 176 lines of clean markdown, including sections like "The Freedom to Write", "America Speaks: What Does Free Expression Mean to You?" and "Tell Congress: Protect the Freedom to Read".

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

pen-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://pen.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 pen.org costs to scrape.

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

More Directories scrapers.

Start scraping pen.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.