GET usa.gov HTTP 200121 ms4.2 KB$0.000083 captured Aug 7, 2026
usa.gov, as data
One API turns any usa.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 121 ms
- Page size
- 4.2 KB of markdown, 113 lines
- Fields
- Service name, Agency, Description, Category and 4 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This usa.gov page cost $0.000083 to fetch.
## How do I ...Jump to all topics and services## Government benefits and financial assistanceDiscover government benefits that you may be eligible for and learn how to apply.Find benefits ## All topics and services * ## The U.S. and its government Learn about U.S. laws, history, and more. Buy government property. Contact elected officials and federal agencies.* ## Complaints File complaints involving government agencies, telemarketers, products and services, travel, housing, and banking.* ## Disability services Find government benefits and programs for people with disabilities and their families.* ## Disasters and emergencies Learn about disaster assistance and find government benefits for other emergencies.* ## Education Learn about Federal Student Aid and studying in the U.S. Find early intervention, special education, and Head Start programs.* ## Government benefits Find government programs that may help pay for food, housing, health care, and more.* ## Health Get information about health insurance. Find help for mental health and other medical conditions, testing, and paying medical bills.* ## Housing help Learn about rental and buyer assistance programs. Find emergency housing and avoid eviction.* ## Immigration and U.S. citizenship Learn about U.S. residency, Green Cards, citizenship requirements, and related issues.* ## Innovation Find ways you can participate through citizen science projects and challenges. Explore active competitions and volunteer opportunities. Innovation is essential to solving problems.* ## Jobs, labor laws, and unemployment Get resources for finding a job. Learn about unemployment insurance and important labor laws.* ## Laws and legal issues Learn how to replace vital records, get child support enforcement, find legal help, and more. What Spider does on usa.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.
121 ms · $0.000083Page 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://usa.gov/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://usa.gov/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://usa.gov/", {
return_format: "markdown",
});
console.log(page.content); What usa.gov costs
Multiplied from the measured 4.2 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 usa.gov.
The capture above took 121 ms and cost $0.000083. The same call takes any URL on usa.gov.