GET grist.org HTTP 200283 ms26.0 KB$0.000468 captured Aug 7, 2026
grist.org, as data
One API turns any grist.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 283 ms
- Page size
- 26.0 KB of markdown, 365 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This grist.org page cost $0.000468 to fetch.
A look at the growing ‘disaster economy’ turning crisis into cashDisasters are big business. We show just how big.### Keep Reading* ### They survived the hurricane. Their insurance company didn’t.* ### Trump raised $8 million for Hurricane Helene survivors. Where did it all go?* ### Scams are rampant after natural disasters. Here’s how to protect yourself.* ### Two years after a wildfire took everything, Maui homeowners are facing a new threat: Foreclosure* ### How to track disaster spending in your community### Past extreme weather seriesHow climate disasters are reshaping elections.Dispatches from the era of extreme heat.### These psychedelic images reveal what your weather app isn’t telling youEquipped with some fancy technologies, Grist goes on a journey across Portland, Oregon, to chart the nuances — and inequalities — of urban heat.Matt Simon Extreme Heat * ### 4 things to know about cyclospora and climate change A fragile food system, uneven public health messaging, and global warming are all working to supercharge the parasite’s spread.### It’s official: Data centers are slowing America’s shift away from coalNew federal data shows that AI demand helped push U.S. power sector emissions up last year.Jake Bittle Energy * ### The EU might weaken its landmark climate law — the ‘most impactful’ in the world Lawmakers in Europe have proposed rolling back the bloc's cap-and-trade program, long considered the gold standard for reducing companies' carbon emissions.Grist thanks its sponsors. Become one.The tiny cell that broke a big rule of biologyJesse Nichols Science * 5 min ### This simple metal tube helps scientists predict drought before it happensJesse Nichols * 7 min ### In the race to find critical minerals, there’s a ‘gold mine’ literally at our shorelineJesse Nichols * 9 min ### This enzyme is responsible for life on Earth. It’s a hot mess. What Spider does on grist.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.
283 ms · $0.000468Page 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://grist.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://grist.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://grist.org/", {
return_format: "markdown",
});
console.log(page.content); What grist.org costs
Multiplied from the measured 26.0 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 grist.org.
The capture above took 283 ms and cost $0.000468. The same call takes any URL on grist.org.