GET sams.com.mx HTTP 2003.4 s5.4 KB$0.000832 captured Aug 7, 2026
sams.com.mx, as data
One API turns any sams.com.mx 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 3.4 s
- Page size
- 5.4 KB of markdown, 103 lines
- Fields
- Title, Content, Date, Source and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This sams.com.mx page cost $0.000832 to fetch.
# Día de MuertosFrazada con Cojín Jack 2 pzas NaranjaAvailable for Club Pickup or Envío en 24 hrs.Cojín Abrazable Providencia Jack Skellington 1 pzaAvailable for Envío estándar or Club PickupCobertor Matrimonial Providencia Jack Is Back Serenity 1 pzaFrazada Providencia Jack BonesChocolate de Mesa Abuelita Nestlé 2 pzas de 630 g c/uChocolate Carlos V Stick 55 pzasSurtido de Chocolates Snickers, M&Ms y Milky Way Caja con 14 Piezas1.3333 de 5 estrellas. 3 reseñasChocolate con Leche Hershey's Kisses Bolsa Resellable 1 kgDulce Enchilado Mini Pelón Pelo Rico Sabor Tamarindo Picosito 36 pzas de 13 g c/u What Spider does on sams.com.mx
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.
3.4 s · $0.000832Page 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://www.sams.com.mx/browse/dia-de-muertos/440031?co_zn=contentZone1&co_ty=hubspoke-temporada&co_nm=home26&co_id=sea-150726-hallloween-imp&co_or=3&page=2", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.sams.com.mx/browse/dia-de-muertos/440031?co_zn=contentZone1&co_ty=hubspoke-temporada&co_nm=home26&co_id=sea-150726-hallloween-imp&co_or=3&page=2", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.sams.com.mx/browse/dia-de-muertos/440031?co_zn=contentZone1&co_ty=hubspoke-temporada&co_nm=home26&co_id=sea-150726-hallloween-imp&co_or=3&page=2", {
return_format: "markdown",
});
console.log(page.content); What sams.com.mx costs
Multiplied from the measured 5.4 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 sams.com.mx.
The capture above took 3.4 s and cost $0.000832. The same call takes any URL on sams.com.mx.