Anysite now covers SAM.gov โ the U.S. government's System for Award Management. Six endpoints give you structured JSON access to the three core data sets that federal contracting runs on: the registered entity database, the active contract opportunity board, and the federal exclusion (debarment) list.
What's in SAM.gov
SAM.gov is operated by the GSA and is the authoritative source for three things: every business that has cleared federal registration (identified by a Unique Entity ID and CAGE code), every active contract solicitation posted by federal agencies, and every firm or individual currently barred from receiving federal funds. Until now, accessing this data reliably meant working with rate-limited government APIs, XML responses, and complex authentication flows. The Anysite endpoints return clean JSON.
The six endpoints
The new SAM.gov family has two endpoints per data set:
- Entities:
/api/samgov/entitieslooks up a contractor by UEI (Unique Entity ID) and returns the full registration record โ CAGE code, business types, NAICS codes, registration status, and points of contact./api/samgov/entities/searchsearches by legal business name, NAICS code, or state. - Opportunities:
/api/samgov/opportunitiesfetches a contract opportunity by notice ID โ title, set-aside type, response deadline, place of performance, and award details./api/samgov/opportunities/searchdoes a full-text keyword search across active solicitations. - Exclusions:
/api/samgov/exclusionsretrieves a debarment record by UUID./api/samgov/exclusions/searchscreens by name, UEI, or CAGE code โ the fastest way to check whether a vendor is on the federal exclusion list.
What you can build
The most immediate use case is vendor due diligence: look up a company's SAM.gov registration, confirm their UEI is active, and check the exclusion list in the same workflow โ all without logging into any government portal. The contract opportunity endpoints unlock a second category: monitoring active federal solicitations by NAICS code or keyword, pulling full solicitation details, and routing bid alerts to the right team.
Get started
The SAM.gov endpoints are live and available on all Anysite plans. See the full endpoint reference and quick-start examples โ