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

Ustr Scraper

Spider read ustr.gov in 170 ms without a browser and returned 63 lines of clean markdown, including sections like "News", "Leadership" and "Jamieson Greer".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response ustr.gov/index.md markdown · 63 lines
## *"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.
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 ustr.gov.

ustr-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://ustr.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 ustr.gov costs to scrape.

The capture above cost $0.000093 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://ustr.gov/", "return_format": "markdown"}'

More Government scrapers.

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