GET espssl.com HTTP 2005.3 s12.0 KB$0.000054 captured Aug 7, 2026
espssl.com, as data
One API turns any espssl.com 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 5.3 s
- Page size
- 12.0 KB of markdown, 69 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This espssl.com page cost $0.000054 to fetch.
To return to the recall information,click here.** The model number can be found on the white label located at the bottom of the stroller leg above the rear wheel.**Q:****Do I need the Date of Manufacture for my stroller?**No. The date of manufacture is not needed as all strollers with select model numbers are included in the recall. Caregivers can verify if their stroller is included in this recall and order a repair kit by entering the model numberhereor by calling (800) 345-4109 (Monday-Friday from 8 a.m. to 5 p.m. EST). The model number can be found on the white label located at the bottom of the stroller leg above the rear wheel.**Q:****Are Travel Systems included in this recall?**Yes, select stroller models that were sold as a travel system are included in the recall. Caregivers can verify if their stroller included in as part of a travel system is included in this recall and order a repair kit by entering the model numberhereor by calling (800) 345-4109 (Monday-Friday from 8 a.m. to 5 p.m. EST). The model number can be found on the white label located at the bottom of the stroller leg above the rear wheel.**Q:****I have a Breaze Click Connect stroller, but the model number is not included in the list of affected model numbers?**Rest assured, Click Connect strollers, including the Breaze Click Connect stroller, are not included in this recall. This recall only includes select stroller models including the Breeze stroller that used an external sliding fold lock hinge. Your Breaze stroller is uniquely designed and equipped with an updated fold hinge.**Q:****My stroller is old and I can’t read the label with the model number.**We apologize for the inconvenience. Caregivers who cannot read the label with the model numbers can verify if their stroller is included in this recall by verifying if their stroller is equipped with the following features:1. Is the stroller equipped with a one-hand fold mechanism on the stroller handle? If no, the stroller is not included in the recall. If yes, go to (2).2. Is the stroller also equipped with a spring-loaded fold hinge with finger holes on each side of the stroller as pictured below? If no, the stroller is not included in the recall. If yes, the stroller is included in this recall and caregivers can order a repair kit by calling (800) 345-4109 (Monday-Friday from 8 a.m. to 5 p.m. EST). What Spider does on espssl.com
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.
5.3 s · $0.000054Page 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://mediacdn.espssl.com/6154/Shared/_graco/sites/recalls/2014-stroller-affected-models/faqs.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://mediacdn.espssl.com/6154/Shared/_graco/sites/recalls/2014-stroller-affected-models/faqs.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://mediacdn.espssl.com/6154/Shared/_graco/sites/recalls/2014-stroller-affected-models/faqs.html", {
return_format: "markdown",
});
console.log(page.content); What espssl.com costs
Multiplied from the measured 12.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 espssl.com.
The capture above took 5.3 s and cost $0.000054. The same call takes any URL on espssl.com.