GET but.fr HTTP 200188 ms22.3 KB$0.000372 captured Aug 7, 2026
but.fr, as data
One API turns any but.fr 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 188 ms
- Page size
- 22.3 KB of markdown, 106 lines
- Fields
- Title, Content, Date, Source and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This but.fr page cost $0.000372 to fetch.
* **Mobilier chambre adulte**** :** Lit, Tête de lit, Armoire, Penderie, Dressing, Commode, Table de chevet, Coiffeuse* **Meubles chambre enfant**** :** Lit enfant, Gigogne, Lit superposé et mezzanine, Lit bébé, Lit cabane* **Meubles salle à manger séjour**** :** Bibliothèque, Table basse, Table à manger, Chaise, Console, Buffet, Vitrine, Meuble TV Hifi, Meuble chaussure* **Meuble bureau**** :** Bureau, Bureau d'angle, Chaise gaming, Chaise de bureau* **Mobilier de jardin**** :** Salon de jardin, Table de jardin, Balancelle de jardin, Transat & chaise longue* **Meuble salle de bain**** :** Colonne salle de bain, Meuble double vasque### Électroménager* **Réfrigérateur et frigo**** :** Congélateur, Cave à vin* **Electroménager lavabo**** :** Lave linge, Sèche linge, Lave vaisselle***** **Aspirateur**** :** Aspirateur sans sac, Aspirateur Dyson, Rowenta, Robot aspirateur, Nettoyeur vapeur, Aspirateur balai* **Soin du linge**** :** Centrale vapeur, Fer à repasser, Table à repasser* **Four****:** Four micro-onde, Mini four, Hotte, Plaque de cuisson, Gazinière* **Petits appareils de cuisson**** :** Friteuse, Friteuse sans huile, Barbecue électrique* **Electroménager petit déjeuner**** :** Cafetière, Grille pain, Bouilloire* **Robot de cuisine**** :** Centrifugeuse, Robot multifonction, Blender* **Climatisation - Ventilation**** :** Climatiseur mobile, Ventilateur, Ventilateur de plafond, Rafraichisseur d'air### TV Son et High Tech* Toute l'offre TV Son et High Tech* **Télévision ****:** TV LED, TV 4K UHD, [TV OLED](< https://www.but.fr/tv-image-et-son/tv/televiseur/index-c10933/NW-10714-technologie-de-l'ecran~oled>)* **Ordinateur portable**** :** Tablette tactile### Matelas et sommiers* Toute l'offre Matelas et Sommier What Spider does on but.fr
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.
188 ms · $0.000372Page 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://but.fr/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://but.fr/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://but.fr/", {
return_format: "markdown",
});
console.log(page.content); What but.fr costs
Multiplied from the measured 22.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 but.fr.
The capture above took 188 ms and cost $0.000372. The same call takes any URL on but.fr.