mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

What federal contract solicitations and grant opportunities can my business bid on right n

What federal contract solicitations and grant opportunities can my business bid on right now? Unified search over SAM.gov contract opportunities and Grants.gov postings: keyword, awarding agency, NAICS prefix, set-aside (SBA, 8A, WOSB, SDVOSBC...), place-of-performance state, and posted/deadline date windows. One call answers 'find open federal money that fits us'.

Do you run api.govparse.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-03
updated

Provider

api.govparse.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1250000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "1250000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "agency": "defense",
          "kind": "contract",
          "q": "cybersecurity"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "rows": [
            {
              "agency": "TRANSPORTATION, DEPARTMENT OF",
              "deadline": "2026-08-15 17:00:00+00",
              "id": "6cdbd22da7c746d59e8560ef8a44e76a",
              "kind": "contract",
              "link": "https://sam.gov/opp/6cdbd22da7c746d59e8560ef8a44e76a/view",
              "naics_code": "236220",
              "number": "693C7326R000010",
              "posted_date": "2026-07-10",
              "set_aside_code": "SBA",
              "state": "OR",
              "title": "Western Federal Lands Highway Division Building Renovations"
            }
          ],
          "total_matched": 118
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/opportunities/search",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "agency": {
              "description": "Awarding department/agency name fragment. Example: 'defense'.",
              "examples": [
                "defense"
              ],
              "type": "string"
            },
            "deadline_after": {
              "description": "Response/close deadline on or after this date (YYYY-MM-DD).",
              "examples": [
                "2026-07-16"
              ],
              "type": "string"
            },
            "deadline_before": {
              "description": "Response/close deadline on or before this date (YYYY-MM-DD).",
              "examples": [
                "2026-09-30"
              ],
              "type": "string"
            },
            "kind": {
              "description": "contract | grant (CSV for both; default both).",
              "examples": [
                "contract"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Max rows (default 25, cap 100).",
              "examples": [
                25
              ],
              "type": "integer"
            },
            "naics": {
              "description": "NAICS code prefix(es), CSV — contracts only. Example: '5415' covers all IT services.",
              "examples": [
                "5415"
              ],
              "type": "string"
            },
            "offset": {
              "description": "Rows to skip, for paging.",
              "examples": [
                0
              ],
              "type": "integer"
            },
            "posted_after": {
              "description": "Posted/open date on or after this date (YYYY-MM-DD).",
              "examples": [
                "2026-07-01"
              ],
              "type": "string"
            },
            "q": {
              "description": "Keyword in the opportunity title. Example: 'cybersecurity'.",
              "examples": [
                "cybersecurity"
              ],
              "type": "string"
            },
            "setaside": {
              "description": "Set-aside code(s), CSV — contracts only: SBA, 8A, WOSB, SDVOSBC, HZC...",
              "examples": [
                "SBA"
              ],
              "type": "string"
            },
            "state": {
              "description": "Place-of-performance state code(s), CSV — contracts only.",
              "examples": [
                "VA"
              ],
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.govparse.io/v1/opportunities/search"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.govparse.io/v1/opportunities/search");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.govparse.io/v1/opportunities/search")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14606.json, and this resource appears in /discovery/resources and /discovery/search.