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

Whitehouse Scraper

Spider read whitehouse.gov in 1.4 s without a browser and returned 55 lines of clean markdown, including sections like "Related" and "Restoring the United States Department of War".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response whitehouse.gov/fact-sheets/2025/09/fact-sheet-president-donald-j-trump-restores-the-united-states-department-of-war.md markdown · 55 lines
* 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
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 whitehouse.gov.

whitehouse-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://whitehouse.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.

TitleDepartmentDateDescriptionDocument URLCategory

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 whitehouse.gov costs to scrape.

The capture above cost $0.000419 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://www.whitehouse.gov/fact-sheets/2025/09/fact-sheet-president-donald-j-trump-restores-the-united-states-department-of-war/", "return_format": "markdown"}'

More Government scrapers.

Start scraping whitehouse.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.