GET 24heures.ch HTTP 200189 ms40.8 KB$0.001512 captured Aug 7, 2026
24heures.ch, as data
One API turns any 24heures.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 189 ms
- Page size
- 40.8 KB of markdown, 346 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This 24heures.ch page cost $0.001512 to fetch.
Face à une canicule historique, le canton de Fribourg a fait appel aux forces aériennes pour acheminer 160 000 litres d’eau aux troupeaux assoiffés. Reportage au Lac Noir.lors d’une sécheresse exceptionnelle en août 2026.")4](https://24heures.ch/secheresse-larmee-a-la-rescousse-des-alpages-fribourgeois-391319785175) [ ## AboDestinations populairesLa ville la plus visitée au monde n’est pas celle qu’on voit le plus sur InstagramSans grande surprise, Dubaï – et sa Burj Khalifa - est le décor le plus populaire sur les réseaux sociaux. Pourtant, ce n’est pas la destination réellement la plus visitée dans le monde.2](https://24heures.ch/tourisme-la-ville-la-plus-visitee-au-monde-nest-pas-sur-instagram-832237470912) [ ## AboPolyhandicap, science et parfumerie«Olf-Action», un coffret pour interagir avec les odeursDes recherches pionnières ont permis de développer un outil pour soutenir la communication non verbale. Retour sur un partenariat inédit entre les milieux académiques, éducatifs et industriels romands.](https://24heures.ch/polyhandicap-lodorat-devient-un-outil-de-communication-922027762032) [ ## AboLogement à LausanneLe bastion populaire d’Ouchy continue de se battre contre sa «rénoviction»Le collectif d’habitants qui dénonce la gentrification de leur quartier a déposé plusieurs oppositions. Plusieurs interventions ont eu lieu au Conseil communal.3](https://24heures.ch/lausanne-les-locataires-de-lavenue-de-la-harpe-en-sursis-142564999968) [ ## AboFeux d’artifice menacésDes artificiers suisses pris en étau entre le climat et une initiative antibruitElisa Mühlemann dirige avec son frère une entreprise de pyrotechnie à Écublens. Des sécheresses à répétition et une votation fédérale pourraient éteindre définitivement le ciel du 1ᵉʳ août.12](https://24heures.ch/feux-dartifice-la-secheresse-menace-les-artificiers-vaudois-226697022323) What Spider does on 24heures.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.
189 ms · $0.001512Page 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://24heures.ch/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://24heures.ch/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://24heures.ch/", {
return_format: "markdown",
});
console.log(page.content); What 24heures.ch costs
Multiplied from the measured 40.8 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 24heures.ch.
The capture above took 189 ms and cost $0.001512. The same call takes any URL on 24heures.ch.