GET 20min.ch HTTP 200133 ms21.3 KB$0.001322 captured Aug 7, 2026
20min.ch, as data
One API turns any 20min.ch 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 133 ms
- Page size
- 21.3 KB of markdown, 307 lines
- Fields
- Title, Content, Date, Source
- Captured
- Aug 7, 2026
Free balance on signup, no card. This 20min.ch page cost $0.001322 to fetch.
00:30 ## Leandro ParedesGegner abgeschossen: WM-Schläger sorgt für nächsten Eklat 81827900:39 ## USAExtra neben Tesla parkiert: Auto filmt prompt Diebstahlversuch 25410400:55 ## Comedy«HB-Hänger» – die wohl absurdeste Ausbildung der Schweiz 3120Trockenheit ## Budapest80 Jahre nach Kriegsende: Donau gibt Wehrmachtsfund frei 81792## Waldbrand in Spokane, USAVerdächtiger wertete Wetterdaten aus, ehe er das Feuer legte 15000:33 ## Air-India-FlugAirbus sackt 90 Meter ab – 13 Passagiere verletzt 2595## GesundheitsbedenkenAriana Grandes Familie schlägt Alarm: «Sie isst nicht genug» 64016## Must-readsMehr## Mails lesen statt chillenSieben von zehn Schweizern arbeiten auch in den Ferien 13813825## 1 Jahr vor WahlenFDP im «Identitätsdilemma» – der zweite Bundesratssitz wackelt 10931115## Ab Januar 2027A-Post für 1.40 Franken – und auch B-Post wird teurer 511728107## WetterAlarm in 27 Grossstädten: Hitze trifft Italien mit voller Wucht 5001.6k170## 30 Grad und mehr«Nicht normal»: Mallorca-Touristen klagen über warmes Meer 261740170## Illegales Autorennen?Drama in Brasilien: Nati-Hoffnung (19) fährt Mann (84) tot 1.4k37## SP «nimmts zur Kenntnis»Daniel Jositsch teilt gegen die SP aus – in einem SVP-Podcast 3571.3k21## Sprengstoffdrohne«So etwas könnte auch in der Schweiz passieren» 20388921## Legionellen-Ausbruch26 Fälle in Basel: «Bakterien breiten sich bis 4 Kilometer aus» 88499115## Ab DezemberPreisanstieg bei ÖV-Abos: GA erstmals über 4000 Franken 44165140## AbstimmungSo will dich Blocher von der Neutralitätsinitiative überzeugen 6211.2k16## Hagel und BlitzDiese Kantone sind besonders häufig von Unwetterschäden betroffen 5837522## Oberengstringen ZHOhne Helm auf gestohlenem Töff unterwegs – 2 Männer tot 4.3k140Hanta-Ausbruch ## HantavirusHantavirus bei Tourist in Frankreich entdeckt 3.4k112## Europa LeagueThuner Party: Schweizer Meister hat Millionen im Visier 0742 What Spider does on 20min.ch
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.
133 ms · $0.001322Page 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://20min.ch/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://20min.ch/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://20min.ch/", {
return_format: "markdown",
});
console.log(page.content); What 20min.ch costs
Multiplied from the measured 21.3 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 20min.ch.
The capture above took 133 ms and cost $0.001322. The same call takes any URL on 20min.ch.