GET kidshealth.org HTTP 20036.3 s3.6 KB$0.000019 captured Aug 7, 2026
kidshealth.org, as data
One API turns any kidshealth.org 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 36.3 s
- Page size
- 3.6 KB of markdown, 55 lines
- Fields
- Condition, Treatment, Provider, Description and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This kidshealth.org page cost $0.000019 to fetch.
# What's the Difference Between a Treatment and a Cure?en español: ¿Cuál es la diferencia entre un tratamiento y una cura?Medically reviewed by: Melanie L. Pitone, MDThis link will open in a new windowLearn About Primary Care Pediatrics at Nemours Children's HealthThis link will open in a new windowHealth care providers can treat medical problems and sometimes cure them. But how is a "treatment" different from a "cure"?A** treatment**is something that health care providers do for their patients to control a health problem, lessen its symptoms, or clear it up. Treatments can include medicine, therapy, surgery, or other approaches.A **cure** is when a treatment makes a health problem go away and it's not expected to come back.Some health problems have a cure. For example, to treatathlete’s foot, health care providers use special creams, powders, or sprays that kill the fungus that causes the infection.Other health problems have no cure — this means a person will always have it. When there’s no cure, sometimes a treatment can help to manage the problem. For example,type 1 diabetes is a lifelong condition. Health care providers treat it by prescribing insulin. This treatment helps keep a person’s blood sugar levels in a healthy range, but it won’t cure the disease. People with type 1 diabetes need to take insulin every day for life.Scientists are constantly making new medical discoveries. It's possible that a health problem without a cure today will have a cure in the future.**Medically reviewed by: **Melanie L. Pitone, MDThis link will open in a new windowDate reviewed: September 2022## More on this topic for:## More on this topic* Understanding Medicines and What They Do* Questions You Can Ask Your Doctor* What's It Like to Have Surgery?* What's It Like to Stay in the Hospital?## RELATED CATEGORIES/content/kidshealth/misc/medicalcodes/teens/articles/curable What Spider does on kidshealth.org
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.
36.3 s · $0.000019Page 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://kidshealth.org/en/teens/curable.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://kidshealth.org/en/teens/curable.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://kidshealth.org/en/teens/curable.html", {
return_format: "markdown",
});
console.log(page.content); What kidshealth.org costs
Multiplied from the measured 3.6 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 kidshealth.org.
The capture above took 36.3 s and cost $0.000019. The same call takes any URL on kidshealth.org.