GET ustr.gov HTTP 200170 ms4.5 KB$0.000093 captured Aug 7, 2026
ustr.gov, as data
One API turns any ustr.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 170 ms
- Page size
- 4.5 KB of markdown, 63 lines
- Fields
- Title, Department, Date, Description and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This ustr.gov page cost $0.000093 to fetch.
## *"I am convinced that American workers, farmers, ranchers, and service providers can compete with anyone else in the world, in this market and beyond – so long as they have a level playing field."*# NewsAmerican Steelworkers, Manufacturers, and Farmers Praise President Trump’s Tariff Action to Combat Forced Labor in Global Supply ChainsAmbassador Greer Issues Statement on the European Union Creating Uncertainty in our Transatlantic Trade RelationshipUSTR Takes Action in Forced Labor Section 301 InvestigationsUSTR Announces Fiscal Year 2027 WTO Tariff-Rate Quota Allocations for Raw Cane Sugar, Refined Sugar, and Sugar-Containing Products## Leadership### Jamieson GreerUnited States Trade RepresentativeAmbassador Jamieson Greer was confirmed by the U.S. Senate as the 20th United States Trade Representative on February 27, 2025. As a key member of President Trump’s cabinet, Ambassador Greer has made it a priority to put America First on trade by combating unfair foreign trade practices, expanding market access for Made in America products, and ensuring the United States has balance and reciprocity in its trading relationships.Ambassador Greer returns to USTR after previously serving as Chief of Staff to Ambassador Robert Lighthizer during President Trump’s first term. In that role, he was deeply involved in the Administration’s implementation of tariffs on China and subsequent negotiation of the U.S.-China Phase One Agreement. He also was a critical part of USTR’s efforts to negotiate, and obtain congressional approval for, the U.S.-Mexico-Canada Agreement (USMCA).Outside of government service, Ambassador Greer was a partner at a Washington law firm where his practice focused on international trade and national security issues. Earlier in his career, Ambassador Greer served in the U.S. Air Force Judge Advocate General’s Corps, including a deployment to Iraq. What Spider does on ustr.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.
170 ms · $0.000093Page 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://ustr.gov/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://ustr.gov/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://ustr.gov/", {
return_format: "markdown",
});
console.log(page.content); What ustr.gov costs
Multiplied from the measured 4.5 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 ustr.gov.
The capture above took 170 ms and cost $0.000093. The same call takes any URL on ustr.gov.