# Build Scotts Bluff Funding Opportunities Search API

> Build Scotts Bluff Funding Opportunities Search API is a paid API for AI agents from buildscottsbluff.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Search Scotts Bluff County funding opportunities across Grants.gov, SAM.gov Assistance Listings (including USDA housing and farm loans), and Nebraska state programs in a single call

## Facts

- Endpoint: GET https://buildscottsbluff.com/v1/opportunities
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/build-scotts-bluff-funding-opportunities-search-api-f6619201
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j9kMwizCrRTkJjiY6jiIQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability build-scotts-bluff-funding-opportunities-search-api-f6619201
```

Example prompt: Search for open housing funding opportunities in Scotts Bluff for homeowners — include Grants.gov notices, USDA loan programs, and Nebraska state windows, up to 50 results.

## When to prefer this

Choose this endpoint when you need a unified single-call search across federal (Grants.gov + SAM.gov Assistance Listings) and Nebraska state funding sources specifically relevant to Scotts Bluff County, particularly when you need USDA housing and farm loan programs that Grants.gov alone does not list. Prefer over direct Grants.gov API queries when local Nebraska state programs and USDA-specific assistance listings are required in the same response.

## Known failure modes

- Invalid filter parameter value returns 400 error
- No matching results for highly specific query returns empty list
- Rate limiting or payment failure returns 402 Payment Required
- Upstream data source (Grants.gov or SAM.gov) temporarily unavailable causes partial or degraded results
- Exceeding limit parameter bounds may return validation error

## How this service works

Search every funding opportunity we hold in one call: open Grants.gov notices with live deadlines, standing federal assistance programs (SAM.gov Assistance Listings, incl. the USDA housing + farm loans Grants.gov never lists), and Nebraska state windows. Filter by q, audience, use, kind, or agency. GET /v1/opportunities?q=housing&audience=Homeowner&limit=50.

## Output

A list of funding opportunities matching the search criteria, including open Grants.gov grant notices with live deadlines, SAM.gov federal assistance listings (including USDA housing and farm loan programs not on Grants.gov), and Nebraska state funding windows, each with relevant program details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/build-scotts-bluff-funding-opportunities-search-api-f6619201/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buildscottsbluff.com](https://www.zero.xyz/host/buildscottsbluff.com/llms.txt)
