Tools / SAM.gov Opportunities Scraper – US Federal Contracts, Bids

SAM.gov Opportunities Scraper – US Federal Contracts, Bids

Scrape live US federal contracting opportunities from SAM.gov — presolicitations, solicitations, combined synopses, sources sought, special notices and award notices — with no API key and no login. Filter by keyword, NAICS code, set-aside, notice type, place-of-performance state and issuing organization (multi-value filters OR correctly), and optionally enrich each row with the contracting officer's contact details, NAICS codes, set-aside and place of performance from the per-opportunity record. Optional watchLabel mode returns only opportunities new since your last run, so a schedule becomes a solicitation alert; add watchChanges to also catch a presolicitation turning into a solicitation, an award landing, a deadline extension, or a modified/updated notice.

Run it

curl -X POST https://fetchsmith.com/api/v1/run/sam-gov-opportunities-scraper \
  -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" \
  -d '{"enrichDetail": true, "keyword": "solar", "maxResults": 15, "naicsCodes": ["221122"]}'

Output fields

opportunityId title solicitationNumber noticeTypeCode noticeType isActive isCanceled publishDate modifiedDate responseDate responseDateActual responseTimeZone department agency office description awardeeName awardeeUeiSAM modificationsCount sourceUrl naicsCodes setAside placeOfPerformanceState placeOfPerformanceCountry pointOfContact _watchChangeType _watchPrevious

Sample output

{
  "agency": "PUBLIC BUILDINGS SERVICE",
  "awardeeName": null,
  "awardeeUeiSAM": null,
  "department": "GENERAL SERVICES ADMINISTRATION",
  "description": "\u003cp\u003e\u003cstrong\u003eTHIS IS A SOURCES SOUGHT ANNOUNCEMENT ONLY - \u003c/strong\u003eA solicitation is not available at this time. This notice does not constitute a commitment by the Government. In support of the goals e",
  "isActive": true,
  "isCanceled": false,
  "modificationsCount": 0,
  "modifiedDate": "2023-07-12T19:23:54+00:00",
  "naicsCodes": [
    "221122"
  ],
  "noticeType": "Sources Sought",
  "noticeTypeCode": "r",
  "office": "PBS R00 CPF CLEAN ENERGY",
  "opportunityId": "c8092b56b2c14be9bea3ac6081207963",
  "placeOfPerformanceCountry": "USA",
  "placeOfPerformanceState": null,
  "pointOfContact": [
    {
      "email": "bonnie.bueter@gsa.gov",
      "name": "Bonnie Bueter",
      "phone": "202-227-1635",
      "type": "primary"
    },
    {
      "email": "ky-giao.nguyen-zubroski@gsa.gov",
      "name": "Ky Nguyen-Zubroski",
      "phone": "8178508479",
      "type": "secondary"
    }
  ],
  "publishDate": "2023-07-12T19:23:54+00:00",
  "responseDate": "2023-06-27T20:00:00+00:00",
  "responseDateActual": "2023-06-27T16:00:00-04:00",
  "responseTimeZone": "America/New_York",
  "setAside": null,
  "solicitationNumber": "47PA0723SS0001",
  "sourceUrl": "https://sam.gov/opp/c8092b56b2c14be9bea3ac6081207963/view",
  "title": "This is a sources sought to identify contractors who possess the capabilities to provide CFE and associated EACs produced using domestically-manufactured solar panel systems."
}

Only publicly accessible pages are read. Respect the source site's terms when using the data.