# Build Scotts Bluff Grantmakers API

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

Returns historical IRS Form 990-PF grant records for every private foundation that paid grants to recipients in Scotts Bluff County, Nebraska

## Facts

- Endpoint: GET https://buildscottsbluff.com/v1/grantmakers
- Price: $0.05/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-grantmakers-api-b5b1997e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ab6OpLK_o9JOGDqPBMuj3

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-grantmakers-api-b5b1997e
```

Example prompt: Pull up the complete list of private foundations that paid grants to recipients in Scotts Bluff County, Nebraska — I want to see each funder, who they gave money to, how much, and the purpose, based on their IRS 990-PF filings.

## When to prefer this

Use this endpoint when researching historical philanthropic activity specifically in Scotts Bluff County, Nebraska — particularly for grant prospecting, nonprofit due diligence, or understanding which private foundations have an existing presence in this geography. Prefer this over general Grants.gov searches when you need paid-grant history (not open opportunities) and want foundation-level contact/deadline disclosures from 990-PF filings.

## Known failure modes

- No data available if no 990-PF filers reported grants to Scotts Bluff County in the covered period
- Payment required error (402) if x402 payment header is missing or insufficient
- Empty result set for foundations with no disclosed recipients in this county
- Stale data risk: filings lag IRS processing timelines by months to years

## How this service works

Every private foundation that has actually paid a grant to a recipient in Scotts Bluff County, from public-domain IRS Form 990-PF Part XV filings: funder, city/state, total paid here, each recipient + amount + purpose, and the published application contact and deadline where the filer discloses one. HISTORICAL (grants already paid, mostly tax year 2024), not open opportunities. GET /v1/grantmakers.

## Output

A structured list of every private foundation that paid grants to Scotts Bluff County recipients, drawn from IRS Form 990-PF Part XV filings. For each funder: name, city, state, and total paid in the county. For each grant: recipient name, dollar amount, stated purpose. Where the filer disclosed them: application contact information and deadline. Data is historical (mostly tax year 2024), not live open opportunities.

## 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-grantmakers-api-b5b1997e/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)
