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

SAM.gov Scraper

Spider read sam.gov in 197 ms without a browser and returned 67 lines of clean markdown, including sections like "SAM.gov Home", "Already know what you want to find?" and "Announcements".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response sam.gov/index.md markdown · 67 lines
# SAM.gov | Home* Contracting Research and engage in federal contracting* Entity Information View entities doing federal business* Federal Hierarchy Search the directory of federal organizations* Federal Assistance Learn about grants and other federal assistance programs* Entity Reporting Report about federal awards* Wage Determinations Look upwages and benefit rates for federal awardsSearch for Federal Acquisition Supply Chain Security Act orders## Already know what you want to find?Already know what you want to find?## Register Your Entity or Get a Unique Entity ID## AnnouncementsISR Workspace: Increased Contract Volume*Following the implementation of revisions to the ISR eligibility logic within the Subcontracting Plan Reporting system on June 9, 2026, contractors might observe an increased volume of contracts and subcontracts in their Eligible Workspace. The inclusion of these records does not automatically necessitat...*Contract Awards Data and Searching Now in SAM.gov*The FPDS.gov "ezSearch" feature has been retired and users should conduct all contract awards data searches in SAM.gov. The FPDS.gov ATOM Feed will be retired later in FY 2026. For more information regarding the FPDS transition and instructions on searching FPDS data in SAM.gov, please visit sam.go...**The General Services Administration has retired the Electronic Subcontracting Reporting System (eSRS.gov) as part of the ongoing effort to modernize our suite of federal acquisition systems. Subcontracting reporting capabilities are now available in SAM.gov. For more information, please visit SAM.gov/esr...*GSA Releases New Federal Assistance Listings API*GSA recently released a new Federal Assistance Listings API (Application Program Interface) to SAM.gov. Users can use the API to access and consume assistance listings data in bulk. The API also replaces the annual publication of the federal assistance listings catalog in SAM.gov. API specifications are ...*
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 sam.gov.

sam-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://sam.gov/search/?index=opp&sort=-modifiedDate&page=1&pageSize=25");

// 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.

Opportunity titleAgencyPosted dateResponse deadlineNAICS codeSet-asidePlace of performanceAward amount

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 sam.gov costs to scrape.

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

More Government & Legal scrapers.

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