GET mhanational.org HTTP 200149 ms6.7 KB$0.000273 captured Aug 7, 2026
mhanational.org, as data
One API turns any mhanational.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 149 ms
- Page size
- 6.7 KB of markdown, 122 lines
- Fields
- Business Name, Address, Phone, Category
- Captured
- Aug 7, 2026
Free balance on signup, no card. This mhanational.org page cost $0.000273 to fetch.
**Mental Health America Conference 2026Over 130 affiliates nationwide Find local mental health support Mental Health America's affiliates provide essential mental health resources, advocacy, and support in communities across 41 states. Find an affiliate## Make recovery possible for only $25Your gift of $25 allows us to reach 500 individuals with essential public education tools and resources to support their mental health and recovery.Give the gift of mental healthWith a network of over 130 affiliates across the country, we work at both the national and local levels to advance this mission through public education, research, advocacy and public policy, and direct service.Public education and activation We advance public understanding of mental health by providing accessible educational resources and other strategic outreach. Learn more about Public education and activationScreening, research, and innovation We develop free and accessible tools to support mental health and conduct research to inform effective policies and strategies. Learn more about Screening, research, and innovationAdvocacy and public policy We advocate for laws and policies to promote mental health and well-being for all. Learn more about Advocacy and public policyMHA affiliates and direct service Our national affiliate network provides locally tailored mental health support in communities across the country. Learn more about MHA affiliates and direct service## News and updatesJuly 8, 2026 Mental Health America appoints new board membersJune 23, 2026 Mental Health America statement on Department of Justice memo undermining longstanding protections for people with mental health conditions and other disabilitiesMay 14, 2026 Mental Health America and West Fraser highlight rural resources during Mental Health Month## Our Impact in 2025people screened for mental health conditionsfollowers across social mediaemployees impacted by Bell Seal recognition program What Spider does on mhanational.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.
149 ms · $0.000273Page 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://mhanational.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://mhanational.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://mhanational.org/", {
return_format: "markdown",
});
console.log(page.content); What mhanational.org costs
Multiplied from the measured 6.7 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 mhanational.org.
The capture above took 149 ms and cost $0.000273. The same call takes any URL on mhanational.org.