GET usafacts.org HTTP 200176 ms9.4 KB$0.002399 captured Aug 7, 2026
usafacts.org, as data
One API turns any usafacts.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 176 ms
- Page size
- 9.4 KB of markdown, 123 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This usafacts.org page cost $0.002399 to fetch.
### In FY 2025, customs duties (tariffs and other import fees) were 3.7% of revenue.### In 2024, in the US there were 359 violent crimes for every 100,000 people.### In June 2026, the overall inflation rate was 3.5% and core inflation was 2.6%.### The median household income in the US was about $82,000 in 2024## ArticlesWe break down complex issues using real data, not opinions.## Data guides###### See all data guidesWe dug through reams of data to break down everything from housing to immigration.## We comb through the data so you don't have toMost people don’t spend their weekends buried in Census data. We do. Because you deserve the facts without needing a decoder ring.About USAFactsAbout our dataThere are over 90,000 government bodies in the US. Our goal is to bring in data from each and every one.We read the footnotes, PDFs, and appendix tables most people skip. It’s where the good stuff is.Counties, parishes, boroughs, regions — whatever you call them, we have the numbers.## Trendlines behind the headlinesOur data shows up in reporting across the country. See where we’ve been featured:### ‘Everyone is hunkering down.’ Affordability crisis rattles mom-and-pop shopsEveryone is hunkering down and building up cash. It’s never been this bad,” Scheffel told CNN in a phone interview. “It’s very uncertain and impossible to plan in this environment.” Small businesses are the backbone of the US economy, accounting for the vast majority of total businesses in the nation, nearly half of all employees and the bulk of the job growth.### Economic angst forces L.A. shoppers to find ways to spend less for the holidaysConsumer price inflation in Los Angeles stood at 3.5% in September** **compared with the previous year, higher than the national average of 3%, according to the Bureau of Labor Statistics. What Spider does on usafacts.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.
176 ms · $0.002399Page 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://usafacts.org/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://usafacts.org/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://usafacts.org/", {
return_format: "markdown",
});
console.log(page.content); What usafacts.org costs
Multiplied from the measured 9.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 usafacts.org.
The capture above took 176 ms and cost $0.002399. The same call takes any URL on usafacts.org.