GET whitehouse.gov HTTP 2001.4 s5.4 KB$0.000419 captured Aug 7, 2026
whitehouse.gov, as data
One API turns any whitehouse.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 1.4 s
- Page size
- 5.4 KB of markdown, 55 lines
- Fields
- Title, Department, Date, Description and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This whitehouse.gov page cost $0.000419 to fetch.
* On January 8, 1790, President George Washington, in his First Annual Address to Congress, stated “To be prepared for war is one of the most effective means of preserving peace”. Our founders knew that projecting strength would be the best way to ensure that we would rarely need to use it.* The name “Department of War” conveys a stronger message of readiness and resolve compared to “Department of Defense,” which emphasizes only defensive capabilities.* Restoring the name “Department of War” will sharpen the focus of this Department on our national interest and signal to adversaries America’s readiness to wage war to secure its interests.**ADVANCING PEACE THROUGH STRENGTH:** The American people elected President Trump to restore an America First approach, prioritizing peace through strength and ensuring the world respects the United States again.* In his first week in office, President Trump signed an Executive Order to prioritize readiness and lethality in our armed forces.* President Trump has emphasized restoring national pride in America’s military heritage, including honoring historic victories as the Nation approaches its 250th birthday.* To honor the Army’s 250th birthday, President Trump held a military parade in Washington, D.C., showcasing America’s military might and celebrating its storied legacy of valor and victory.* Under President Trump’s leadership, the U.S. military delivered a decisive and obliterating strike against Iran’s nuclear capabilities, demonstrating America’s unmatched military power and deterring further aggression.* Recruiting is now at its highest in decades, revitalizing the armed forces with a new generation of warriors committed to defending America’s interests.## Related#### Restoring the United States Department of WarPresidential Actions, Executive Orders What Spider does on whitehouse.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.
1.4 s · $0.000419Page 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://www.whitehouse.gov/fact-sheets/2025/09/fact-sheet-president-donald-j-trump-restores-the-united-states-department-of-war/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://www.whitehouse.gov/fact-sheets/2025/09/fact-sheet-president-donald-j-trump-restores-the-united-states-department-of-war/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://www.whitehouse.gov/fact-sheets/2025/09/fact-sheet-president-donald-j-trump-restores-the-united-states-department-of-war/", {
return_format: "markdown",
});
console.log(page.content); What whitehouse.gov costs
Multiplied from the measured 5.4 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 whitehouse.gov.
The capture above took 1.4 s and cost $0.000419. The same call takes any URL on whitehouse.gov.