GET treasurydirect.gov HTTP 200109 ms6.3 KB$0.000077 captured Aug 7, 2026
treasurydirect.gov, as data
One API turns any treasurydirect.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 109 ms
- Page size
- 6.3 KB of markdown, 114 lines
- Fields
- Title, Department, Date, Description and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This treasurydirect.gov page cost $0.000077 to fetch.
An official website of the United States governmentThis includes a fixed rate of 0.90%For I bonds issued May 1, 2026 to October 31, 2026.More About Treasury Marketable Securities## Processing TimesCurrently, we are experiencing a high volume of requests, which is causing delays in our response times for requests submitted by mail.If you have a TreasuryDirect account in your name, the processing times for specific transactions are as follows:* **Unlocking Your Account or Updating Banking Information:** Requests to unlock your TreasuryDirect account or update your banking details may take two weeks or longer to complete.* **Converting Paper Savings Bonds to Electronic Format:** It may take nine months or longer to process requests to convert paper savings bonds into electronic bonds.**Searching for Lost, Stolen, or Missing Savings Bonds:** Requests to locate lost, stolen, or missing savings bonds require eleven months or longer for processing.**Cashing Paper Savings Bonds:** If you are named on the bonds and send them in with your request, processing may take three months or longer.**Other Paper Savings Bond Transactions (Not in Your Name):** Transactions you are authorized to complete, but that are not in your name, require five months or longer to process.**Other TreasuryDirect Requests (Including Trusts):** Requests related to trusts and other TreasuryDirect matters may take ten months or longer to process.## Special Announcements for TreasuryDirect account holders:2025 1099 tax forms for TreasuryDirect will be available January 31, 2026. See our 1099 information.You can call us from 8 a.m. to 6 p.m. ET, Monday through Friday, at 844-284-2676.The annual purchase limit for Series I savings bonds in TreasuryDirect is $10,000.Check out our new savings bond explainer page## Latest News## 2026### August 2026* The Fiscal Service Announces Activity for Securities in the STRIPS Program for July 2026### July 2026 What Spider does on treasurydirect.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.
109 ms · $0.000077Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows treasurydirect.gov's own links, respects robots, streams pages as they land.
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://treasurydirect.gov/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://treasurydirect.gov/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://treasurydirect.gov/", {
return_format: "markdown",
});
console.log(page.content); What treasurydirect.gov costs
Multiplied from the measured 6.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 treasurydirect.gov.
The capture above took 109 ms and cost $0.000077. The same call takes any URL on treasurydirect.gov.