GET samhsa.gov HTTP 200135 ms8.3 KB$0.001098 captured Aug 7, 2026
samhsa.gov, as data
One API turns any samhsa.gov 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 135 ms
- Page size
- 8.3 KB of markdown, 119 lines
- Fields
- Condition, Treatment, Provider, Description and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This samhsa.gov page cost $0.001098 to fetch.
SAMHSA - Substance Abuse and Mental Health Services AdministrationHealthcare leaders, medical societies, providers, and behavioral health experts pledged to strengthen the nation’s behavioral health system by advancing best practices.## SAMHSA releases the results of the 2025 National Survey on Drug Use and HealthNSDUH is the nation’s primary source of data on how people living in the U.S. report their experience with mental health conditions, substance use and addiction, treatment and recovery.## SAMHSA announces more than $281M in new behavioral health funding opportunitiesFunding will support prevention and treatment, reduce overdose, address mental illness and promote recovery in communities nationwide.## Secretary Kennedy announces over $700M in new funding opportunitiesSecretary Robert F. Kennedy, Jr. announced $96 million in funding opportunities for the STREETS program, along with $612 million in funding opportunities for additional behavioral health programs.## $40M in SAMHSA funding opportunities targets addiction and mental heathSAMHSA announced $40 million in funding opportunities for eight grant programs that will advance President Trump’s Great American Recovery Initiative.## Get HelpMillions of Americans have mental and substance use disorders.* ## 988 Suicide & Crisis LifelineIf you or someone you know is struggling or in crisis, help is available.* ## Disaster Distress Helpline24/7 crisis counseling for emotional distress related to a disaster.Free, confidential, 24/7, 365-day-a-year treatment referral and information service.Building a Culture of RecoveryAmerica is in a new era where the focus is on drug prevention, education and recovery. SAMHSA is committed to breaking the cycle of addiction through education and treatment, while working to restore people’s lives through recovery. Our priority is to help build resilience and move from chemical coping to human connection - from a pill culture towards a purpose culture. What Spider does on samhsa.gov
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.
135 ms · $0.001098Page 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://samhsa.gov/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://samhsa.gov/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://samhsa.gov/", {
return_format: "markdown",
});
console.log(page.content); What samhsa.gov costs
Multiplied from the measured 8.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 samhsa.gov.
The capture above took 135 ms and cost $0.001098. The same call takes any URL on samhsa.gov.