Skip to main content
AI Studio  add-on for Spider.
samhsa.gov · HTTP 200

Samhsa Scraper

Spider read samhsa.gov in 135 ms without a browser and returned 119 lines of clean markdown, including the section "Get Help".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response samhsa.gov/index.md markdown · 119 lines
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.
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on samhsa.gov.

samhsa-gov-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://samhsa.gov");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

ConditionTreatmentProviderDescriptionRatingLocation

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What samhsa.gov costs to scrape.

The capture above cost $0.001098 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://samhsa.gov/", "return_format": "markdown"}'

More Health scrapers.

Start scraping samhsa.gov.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.